Skip to content

Commit

Permalink
Add reference to readme and package information
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollado committed Sep 23, 2015
1 parent 605c5d1 commit 3c599b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"cover": "istanbul cover _mocha",
"coveralls": "istanbul cover _mocha --report lcovonly && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"doc": "jsdoc .",
"doc": "jsdoc -P package.json -R README.md .",
"lint": "jshint *.js",
"postversion": "git push && git push --tags",
"pretest": "npm run lint",
Expand Down

0 comments on commit 3c599b1

Please sign in to comment.