Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Updated build:docs command to reflect syntax changes from updated doc…
Browse files Browse the repository at this point in the history
…umentation version
  • Loading branch information
holgerd77 committed Jan 3, 2018
1 parent 0bc0616 commit d75a4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"test": "npm run test:node && npm run test:browser",
"test:browser": "karma start karma.conf.js",
"test:node": "istanbul test mocha -- --reporter spec",
"build:docs": "documentation --github -f md ./index.js > ./docs/index.md && contributor"
"build:docs": "documentation build ./index.js --github --sort-order='alpha' -f md > ./docs/index.md"
},
"browserify": {
"transform": [
Expand Down

0 comments on commit d75a4b2

Please sign in to comment.