Skip to content

Commit

Permalink
Fix jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Jul 8, 2016
1 parent d520da5 commit a4ab9bc
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 @@ -54,7 +54,7 @@
},
"scripts": {
"lint": "repo-tools lint \"**/*.js\"",
"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",
"version": "repo-tools write-version dist/js-data-http.js fetch/dist/js-data-fetch.js node/dist/js-data-http-node.js",
"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",
"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",
Expand Down

0 comments on commit a4ab9bc

Please sign in to comment.