Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a6a5317

Browse files
committedOct 29, 2016
Mark all @types as devDevendency
1 parent ed95382 commit a6a5317

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,19 @@
5656
"main": "release/main.js",
5757
"typings": "release/main.d.ts",
5858
"dependencies": {
59-
"@types/chalk": "^0.4.31",
60-
"@types/gulp-util": "^3.0.29",
61-
"@types/source-map": "^0.1.28",
62-
"@types/through2": "^2.0.31",
63-
"@types/vinyl": "^1.2.30",
64-
"@types/vinyl-fs": "0.0.28",
6559
"gulp-util": "~3.0.7",
6660
"source-map": "~0.5.3",
6761
"through2": "~2.0.1",
6862
"vinyl-fs": "~2.4.3"
6963
},
7064
"devDependencies": {
65+
"@types/chalk": "^0.4.31",
66+
"@types/gulp-util": "^3.0.29",
7167
"@types/node": "^6.0.45",
68+
"@types/source-map": "^0.1.28",
69+
"@types/through2": "^2.0.31",
70+
"@types/vinyl": "^1.2.30",
71+
"@types/vinyl-fs": "0.0.28",
7272
"gulp": "~3.9.1",
7373
"gulp-concat": "~2.6.0",
7474
"gulp-diff": "~1.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.