Skip to content

Commit d520da5

Browse files
committed
Remove script
1 parent 76942a2 commit d520da5

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"scripts": {
5656
"lint": "repo-tools lint \"**/*.js\"",
57-
"doc": "jsdoc -c conf.json src node_modules/js-data-adapter/src && node scripts/cleanup.js",
57+
"doc": "jsdoc -c conf.json src node_modules/js-data-adapter/src",
5858
"version": "repo-tools write-version dist/js-data-http.js fetch/dist/js-data-fetch.js node/dist/js-data-http-node.js",
5959
"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",
6060
"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",

scripts/cleanup.js

-25
This file was deleted.

0 commit comments

Comments
 (0)