We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d520da5 commit a4ab9bcCopy full SHA for a4ab9bc
package.json
@@ -54,7 +54,7 @@
54
},
55
"scripts": {
56
"lint": "repo-tools lint \"**/*.js\"",
57
- "doc": "jsdoc -c conf.json src node_modules/js-data-adapter/src",
+ "doc": "jsdoc -c conf.json src node_modules/js-data-adapter/src node_modules/js-data/src/Component.js",
58
"version": "repo-tools write-version dist/js-data-http.js fetch/dist/js-data-fetch.js node/dist/js-data-http-node.js",
59
"bundle_http": "rollup -c rollup.config.js -f umd -o dist/js-data-http.js -m dist/js-data-http.js.map src/index.js",
60
"bundle_fetch": "rollup -c fetch/rollup.config.js -f umd -o fetch/dist/js-data-fetch.js -m fetch/dist/js-data-fetch.js.map src/index.js",
0 commit comments