Skip to content

Commit 01059cd

Browse files
committed
Move test @types back to dev deps
1 parent 774484b commit 01059cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
"dependencies": {
2323
"@types/base-64": "^0.1.2",
2424
"@types/bluebird": "^3.5.7",
25-
"@types/chai": "^4.0.1",
2625
"@types/js-yaml": "^3.5.31",
27-
"@types/mocha": "^2.2.41",
2826
"@types/node": "^8.0.2",
2927
"@types/underscore": "^1.8.1",
3028
"base-64": "^0.1.0",
@@ -38,6 +36,8 @@
3836
"websocket": "^1.0.25"
3937
},
4038
"devDependencies": {
39+
"@types/chai": "^4.0.1",
40+
"@types/mocha": "^2.2.41",
4141
"chai": "^4.0.2",
4242
"jasmine": "^2.8.0",
4343
"mocha": "^3.4.2",

0 commit comments

Comments
 (0)