Skip to content

Commit 93d7200

Browse files
authored
Merge pull request #45 from electron/make-types-node-a-dep
move @types/node to dependencies
2 parents dac2df7 + 3c68012 commit 93d7200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
},
2020
"license": "MIT",
2121
"devDependencies": {
22-
"@types/node": "^7.0.5",
2322
"chai": "^3.5.0",
2423
"mocha": "^3.1.2",
2524
"standard": "^9.0.2"
@@ -30,6 +29,7 @@
3029
}
3130
},
3231
"dependencies": {
32+
"@types/node": "^7.0.5",
3333
"colors": "^1.1.2",
3434
"debug": "^2.6.3",
3535
"electron-docs": "^2.0.0",

0 commit comments

Comments
 (0)