Skip to content

Commit

Permalink
docs: improve package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanyf committed Mar 22, 2017
1 parent 8369bcc commit 24333cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "turpan",
"version": "0.1.0",
"description": "a markdown render supported by Markdown-it",
"description": "a wrapped markdown render based on Markdown-it",
"main": "./lib/index.js",
"bin": {
"turpan": "./bin/turpan.js"
Expand All @@ -12,7 +12,7 @@
"keywords": [
"markdown"
],
"author": "",
"author": "Ruan Yifeng",
"license": "MIT",
"dependencies": {
"clone": "^2.1.1",
Expand Down

0 comments on commit 24333cb

Please sign in to comment.