Skip to content

Commit

Permalink
Add missing rimraf dep
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Nov 17, 2021
1 parent 16667cf commit e1a6822
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
- name: Test types
run: |
./node_modules/.bin/tsc --version
yan test:typescript
yarn test:typescript
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"@typescript-eslint/eslint-plugin": "5.1.0",
"@typescript-eslint/eslint-plugin-tslint": "5.1.0",
"@typescript-eslint/parser": "5.1.0",
"better-npm-run": "0.1.1",
"chai": "^4.3.4",
"codecov.io": "^0.1.6",
"coveralls": "^3.1.1",
Expand All @@ -88,11 +87,11 @@
"ncp": "^2.0.0",
"nyc": "^15.1.0",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"rollup": "^2.58.0",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "27.0.7",
"tslint": "6.1.3",
"typescript": "^4.4.0"
},
"dependencies": {}
}
}
27 changes: 3 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2582,20 +2582,6 @@ __metadata:
languageName: node
linkType: hard

"better-npm-run@npm:0.1.1":
version: 0.1.1
resolution: "better-npm-run@npm:0.1.1"
dependencies:
commander: ^2.9.0
dotenv: ^2.0.0
object-assign: ^4.0.1
bin:
better-npm-run: index.js
bnr: index.js
checksum: 03569a1691faa9089d1ecbf975f7861003e047338100953525dd32d9b0b2a679e7a97c0448b234e80950d2c1c0834aebb32c75c430eba699f7a4338676dd668a
languageName: node
linkType: hard

"binary-extensions@npm:^2.0.0":
version: 2.2.0
resolution: "binary-extensions@npm:2.2.0"
Expand Down Expand Up @@ -3017,7 +3003,7 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:^2.12.1, commander@npm:^2.20.0, commander@npm:^2.7.1, commander@npm:^2.9.0":
"commander@npm:^2.12.1, commander@npm:^2.20.0, commander@npm:^2.7.1":
version: 2.20.3
resolution: "commander@npm:2.20.3"
checksum: ab8c07884e42c3a8dbc5dd9592c606176c7eb5c1ca5ff274bcf907039b2c41de3626f684ea75ccf4d361ba004bbaff1f577d5384c155f3871e456bdf27becf9e
Expand Down Expand Up @@ -3369,13 +3355,6 @@ __metadata:
languageName: node
linkType: hard

"dotenv@npm:^2.0.0":
version: 2.0.0
resolution: "dotenv@npm:2.0.0"
checksum: ccbb672b661fcf07fa826c632d4554fa387db77f2885bb94c71357970255f844ea34f76a202b328405144beb4d7140948e6205b321bbe3268368511b11733876
languageName: node
linkType: hard

"duplexer@npm:~0.1.1":
version: 0.1.2
resolution: "duplexer@npm:0.1.2"
Expand Down Expand Up @@ -6254,7 +6233,7 @@ __metadata:
languageName: node
linkType: hard

"object-assign@npm:^4.0.1, object-assign@npm:^4.1.0, object-assign@npm:^4.1.1":
"object-assign@npm:^4.1.0, object-assign@npm:^4.1.1":
version: 4.1.1
resolution: "object-assign@npm:4.1.1"
checksum: fcc6e4ea8c7fe48abfbb552578b1c53e0d194086e2e6bbbf59e0a536381a292f39943c6e9628af05b5528aa5e3318bb30d6b2e53cadaf5b8fe9e12c4b69af23f
Expand Down Expand Up @@ -6964,7 +6943,6 @@ __metadata:
"@typescript-eslint/eslint-plugin": 5.1.0
"@typescript-eslint/eslint-plugin-tslint": 5.1.0
"@typescript-eslint/parser": 5.1.0
better-npm-run: 0.1.1
chai: ^4.3.4
codecov.io: ^0.1.6
coveralls: ^3.1.1
Expand All @@ -6981,6 +6959,7 @@ __metadata:
ncp: ^2.0.0
nyc: ^15.1.0
prettier: ^2.4.1
rimraf: ^3.0.2
rollup: ^2.58.0
rollup-plugin-terser: ^7.0.2
ts-jest: 27.0.7
Expand Down

0 comments on commit e1a6822

Please sign in to comment.