Skip to content

Commit 357bc33

Browse files
committed
added gulp in dependencies
1 parent a34d26c commit 357bc33

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@
4545
"body-parser": "^1.15.1",
4646
"express": "^4.13.4",
4747
"mongoose": "^4.5.0",
48-
"bootstrap": "^3.3.6"
49-
},
50-
"devDependencies": {
51-
"@types/core-js": "^0.9.32",
52-
"concurrently": "^2.1.0",
53-
"del": "^2.2.0",
48+
"bootstrap": "^3.3.6",
5449
"gulp": "^3.9.1",
5550
"gulp-concat": "^2.6.0",
5651
"gulp-nodemon": "^2.1.0",
5752
"gulp-sourcemaps": "^1.6.0",
5853
"gulp-tslint": "^4.3.3",
5954
"gulp-typescript": "^2.13.6",
60-
"gulp-typings": "^2.0.0",
55+
"gulp-typings": "^2.0.0"
56+
},
57+
"devDependencies": {
58+
"@types/core-js": "^0.9.32",
59+
"concurrently": "^2.1.0",
60+
"del": "^2.2.0",
6161
"method-override": "^2.3.6",
6262
"run-sequence": "^1.2.1",
6363
"tslint": "^3.5.0",

0 commit comments

Comments
 (0)