File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1414 "lint" : " eslint src test --ext ts --ext js" ,
1515 "test" : " tsc src/index.ts --noEmit && npm run lint && npm run testonly" ,
1616 "bundle" : " microbundle" ,
17- "build" : " npm-run-all --silent clean -p bundle -s docs size " ,
17+ "build" : " npm-run-all --silent clean -p bundle -s docs" ,
1818 "clean" : " rimraf dist" ,
1919 "docs" : " documentation readme src/index.ts --section API -q --parse-extension ts" ,
20- "size" : " echo \" Gzipped Size: $(strip-json-comments --no-whitespace $npm_package_main | gzip-size | pretty-bytes)\" " ,
2120 "release" : " npm run build -s && npm run bump && git push --follow-tags origin master && npm publish"
2221 },
2322 "repository" : " developit/mitt" ,
7069 "documentation" : " ^13.0.0" ,
7170 "eslint" : " ^6.5.1" ,
7271 "esm" : " ^3.2.25" ,
73- "gzip-size-cli" : " ^1.0.0" ,
7472 "microbundle" : " ^0.12.0" ,
7573 "mocha" : " ^3.2.0" ,
7674 "npm-run-all" : " ^2.1.1" ,
77- "pretty-bytes-cli" : " ^2.0.0" ,
7875 "rimraf" : " ^2.5.2" ,
7976 "sinon" : " ^1.17.4" ,
8077 "sinon-chai" : " ^2.8.0" ,
8178 "standard-version" : " ^4.0.0" ,
82- "strip-json-comments-cli" : " ^1.0.1" ,
8379 "ts-node" : " ^8.10.1" ,
8480 "typescript" : " ^3.9.3"
8581 }
You can’t perform that action at this time.
0 commit comments