Skip to content

Commit

Permalink
fixpack
Browse files Browse the repository at this point in the history
  • Loading branch information
notslang committed Aug 13, 2014
1 parent 985ab68 commit 064f12a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "tidy-markdown",
"version": "0.0.0",
"description": "fix ugly markdown.",
"main": "lib",
"version": "0.0.0",
"author": "Sean Lang",
"dependencies": {
"html-entities": "^1.0.10",
"indent": "0.0.1",
Expand All @@ -12,16 +12,16 @@
"devDependencies": {
"should": "^4.0.4"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"pretty",
"markdown",
"reformat",
"parse",
"styleguide"
],
"author": "Sean Lang",
"license": "GPLv3"
"license": "GPLv3",
"main": "lib",
"scripts": {
"test": "mocha"
}
}

0 comments on commit 064f12a

Please sign in to comment.