We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94845e commit bccf5efCopy full SHA for bccf5ef
package.json
@@ -4,7 +4,9 @@
4
"description": "the docs for Basil.js",
5
"scripts": {
6
"generator": "node .bin/index",
7
- "latest-basil": "npm install basiljs/basil.js#develop -D",
+ "pull-latest-basil": "npm install basiljs/basil.js#develop -D",
8
+ "generate-json": "documentation build ./node_modules/basiljs/basil.js -o ./.bin/api/data.json",
9
+ "update": "npm run pull-latest-basil ; npm run generate-json",
10
"docs-json-test": "./node_modules/.bin/documentation build .bin/test/index.js -o .bin/test/api.json"
11
},
12
"repository": {
0 commit comments