Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit f5dbe13

Browse files
jan-molakcnishina
authored andcommitted
fix(deps): @types/node is now a dev dependency
1 parent d4fe1ca commit f5dbe13

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package-lock.json

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
],
1313
"author": "Julie Ralph <[email protected]>",
1414
"dependencies": {
15-
"@types/node": "^6.0.46",
1615
"@types/q": "^0.0.32",
1716
"@types/selenium-webdriver": "^3.0.0",
1817
"blocking-proxy": "^1.0.0",
@@ -30,6 +29,7 @@
3029
"webdriver-manager": "^12.0.6"
3130
},
3231
"devDependencies": {
32+
"@types/node": "^6.0.46",
3333
"@types/chalk": "^0.4.28",
3434
"@types/glob": "^5.0.29",
3535
"@types/jasmine": "^2.5.47",

0 commit comments

Comments
 (0)