File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 22** /.vscode /
33** /build /
44** /coverage /
5- ** /lib /
5+ ** /lib /* .js
6+ ** /lib /* .ts
67** /node_modules /
78** /package-lock.json
Original file line number Diff line number Diff line change 1+ ** /* .ts
2+ ** /.editorconfig
3+ ** /.eslintrc.json
4+ ** /.mocharc.json
5+ ** /.travis.yml
6+ ** /CODE_OF_CONDUCT.md
7+ ** /build /
8+ ** /test /
9+ ** /tsconfig.json
Original file line number Diff line number Diff line change 1+ ! ** /* .d.ts
Original file line number Diff line number Diff line change 5757 "typescript" : " ^4.3.5" ,
5858 "uuid" : " ^8.3.2"
5959 },
60- "files" : [
61- " lib"
62- ],
6360 "homepage" : " https://github.com/kei-g/async-iterable-queue" ,
6461 "keywords" : [
6562 " async" ,
8784 },
8885 "scripts" : {
8986 "build" : " npm run lint && tsc && terser build/async-iterable-queue.js -c -m -o lib/async-iterable-queue.js --toplevel" ,
90- "clean" : " rm -fr .nyc_output/ build/ coverage/ lib/" ,
87+ "clean" : " rm -fr .nyc_output/ build/ coverage/ lib/*.d.ts lib/*.js " ,
9188 "cover" : " nyc --check-coverage -r html -r text _mocha" ,
9289 "lint" : " eslint *.ts" ,
9390 "prepublishOnly" : " npm run build" ,
You can’t perform that action at this time.
0 commit comments