Skip to content

Commit

Permalink
Cleanup doc script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Aug 2, 2016
1 parent fe63fb2 commit 5aadc5e
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 @@ -18,7 +18,7 @@
"lodash": "^4.14.1"
},
"scripts": {
"doc": "node bin/docdown index.js doc/README.md url=\"https://github.com/jdalton/docdown/blob/${npm_package_version}/index.js\" style='github' title=\"docdown <sup>v${npm_package_version}</sup>\"",
"doc": "node bin/docdown index.js doc/README.md style=github title=\"docdown <sup>v${npm_package_version}</sup>\" url=https://github.com/jdalton/docdown/blob/${npm_package_version}/index.js",
"test": "true"
},
"files": [
Expand Down

0 comments on commit 5aadc5e

Please sign in to comment.