Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioaanthony committed Feb 26, 2019
1 parent a1dba00 commit 95ec032
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{
"name": "markdown-it-vuepress-code-snippet-enhanced",
"version": "1.0.0",
"version": "1.0.1",
"description": "Easily import code snippets for Vuepress",
"main": "index.js",
"scripts": {
"dev": "node index.js"
},
"keywords": ["markdown-it", "vuepress", "vue", "markdown"],
"keywords": [
"markdown-it",
"vuepress",
"vue",
"markdown"
],
"author": "Fabio Anselmo <[email protected]>",
"license": "MIT",
"devDependencies": {
"markdown-it": "^8.4.2"
}
}
}

0 comments on commit 95ec032

Please sign in to comment.