Skip to content

Commit

Permalink
Mark @types/node as a devDependency (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivogabe committed Oct 28, 2016
1 parent 5fd2ac1 commit 1aa35b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"dependencies": {
"@types/chalk": "^0.4.31",
"@types/gulp-util": "^3.0.29",
"@types/node": "*",
"@types/source-map": "^0.1.28",
"@types/through2": "^2.0.31",
"@types/vinyl": "^1.2.30",
Expand All @@ -69,6 +68,7 @@
"vinyl-fs": "~2.4.3"
},
"devDependencies": {
"@types/node": "^6.0.45",
"gulp": "~3.9.1",
"gulp-concat": "~2.6.0",
"gulp-diff": "~1.0.0",
Expand Down

0 comments on commit 1aa35b0

Please sign in to comment.