Skip to content

Commit

Permalink
package.json: Update name, description, author and license.
Browse files Browse the repository at this point in the history
  • Loading branch information
nishantjr committed Apr 3, 2016
1 parent f1943a1 commit 61c75b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
@@ -1,12 +1,12 @@
{
"name": "markdown-it",
"version": "2.0.0",
"description": "",
"name": "docpad-plugin-markdown-it",
"version": "1.0.0",
"description": "Plugin to render markdown using the markdown-it library.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
"author": "Nishant Rodrigues <nishantjr@gmail.com>",
"license": "MIT"
}

0 comments on commit 61c75b2

Please sign in to comment.