We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30dffed commit f4fea35Copy full SHA for f4fea35
package.json
@@ -7,8 +7,7 @@
7
"tap": "tap",
8
"test": "tap test/*.js --100",
9
"coverage": "tap test/*.js --coverage-report=html",
10
- "updatesnapshots": "TAP_SNAPSHOT=1 npm run test",
11
- "ts-node": "ts-node"
+ "updatesnapshots": "TAP_SNAPSHOT=1 npm run test"
12
},
13
"repository": {
14
"type": "git",
@@ -48,8 +47,6 @@
48
47
"devDependencies": {
49
"proxyquire": "^2.0.1",
50
"sinon": "^8.1.0",
51
- "tap": "^15.0.9",
52
- "ts-node": "^10.7.0",
53
- "typescript": "^4.6.3"
+ "tap": "^15.0.9"
54
}
55
0 commit comments