Skip to content

Commit 774484b

Browse files
committed
Move @types to package.json dependencies for definitions
1 parent 534663f commit 774484b

File tree

2 files changed

+21
-28
lines changed

2 files changed

+21
-28
lines changed

node-client/package-lock.json

Lines changed: 14 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node-client/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
"author": "Kubernetes Authors",
2121
"license": "Apache-2.0",
2222
"dependencies": {
23+
"@types/base-64": "^0.1.2",
24+
"@types/bluebird": "^3.5.7",
25+
"@types/chai": "^4.0.1",
26+
"@types/js-yaml": "^3.5.31",
27+
"@types/mocha": "^2.2.41",
28+
"@types/node": "^8.0.2",
29+
"@types/underscore": "^1.8.1",
2330
"base-64": "^0.1.0",
2431
"bluebird": "^3.3.5",
2532
"byline": "^5.0.0",
@@ -31,13 +38,6 @@
3138
"websocket": "^1.0.25"
3239
},
3340
"devDependencies": {
34-
"@types/base-64": "^0.1.2",
35-
"@types/bluebird": "^3.5.7",
36-
"@types/chai": "^4.0.1",
37-
"@types/js-yaml": "^3.5.31",
38-
"@types/mocha": "^2.2.41",
39-
"@types/node": "^8.0.2",
40-
"@types/underscore": "^1.8.1",
4141
"chai": "^4.0.2",
4242
"jasmine": "^2.8.0",
4343
"mocha": "^3.4.2",

0 commit comments

Comments
 (0)