Skip to content

Commit ef46c77

Browse files
authored
Merge pull request #202 from sheldonkwok/fix/move-types-to-deps
Move appropriate @types back to dependencies
2 parents 3a1d831 + c879dda commit ef46c77

File tree

2 files changed

+7
-42
lines changed

2 files changed

+7
-42
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,11 @@
4747
"author": "Kubernetes Authors",
4848
"license": "Apache-2.0",
4949
"dependencies": {
50+
"@types/js-yaml": "^3.11.2",
5051
"@types/node": "^10.12.0",
5152
"@types/request": "^2.47.1",
53+
"@types/underscore": "^1.8.9",
54+
"@types/ws": "^6.0.1",
5255
"byline": "^5.0.0",
5356
"isomorphic-ws": "^4.0.1",
5457
"js-yaml": "^3.12.0",
@@ -61,11 +64,8 @@
6164
},
6265
"devDependencies": {
6366
"@types/chai": "^4.1.6",
64-
"@types/js-yaml": "^3.11.2",
6567
"@types/mocha": "^5.2.5",
6668
"@types/mock-fs": "^3.6.30",
67-
"@types/underscore": "^1.8.9",
68-
"@types/ws": "^6.0.1",
6969
"chai": "^4.2.0",
7070
"jasmine": "^3.3.0",
7171
"mocha": "^5.2.0",

0 commit comments

Comments
 (0)