Skip to content

Commit f4fea35

Browse files
author
Michael Kornelakis
committed
remove dev deps and ts-node script from the root package json
1 parent 30dffed commit f4fea35

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"tap": "tap",
88
"test": "tap test/*.js --100",
99
"coverage": "tap test/*.js --coverage-report=html",
10-
"updatesnapshots": "TAP_SNAPSHOT=1 npm run test",
11-
"ts-node": "ts-node"
10+
"updatesnapshots": "TAP_SNAPSHOT=1 npm run test"
1211
},
1312
"repository": {
1413
"type": "git",
@@ -48,8 +47,6 @@
4847
"devDependencies": {
4948
"proxyquire": "^2.0.1",
5049
"sinon": "^8.1.0",
51-
"tap": "^15.0.9",
52-
"ts-node": "^10.7.0",
53-
"typescript": "^4.6.3"
50+
"tap": "^15.0.9"
5451
}
5552
}

0 commit comments

Comments
 (0)