Skip to content

Commit 1857337

Browse files
committed
Merge pull request allenhwkim#312 from pennysmith1/patch-2
Removed `gulp` and `glob` as dependencies
2 parents b03ff0b + 69e9db3 commit 1857337

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
"name": "ngmap",
33
"version": "1.13.5",
44
"main": "build/scripts/ng-map.js",
5-
"dependencies": {
6-
"glob": "~4.0.2",
7-
"gulp": "^3.8.0"
8-
},
5+
"dependencies": {},
96
"engines": {
107
"node": ">=0.8.0"
118
},
@@ -16,6 +13,8 @@
1613
"angular-jsdoc": "^1.1.3",
1714
"compression": "~1.0.6",
1815
"express": "~4.4.1",
16+
"glob": "~4.0.2",
17+
"gulp": "^3.8.0",
1918
"gulp-bump": "~0.1.9",
2019
"gulp-clean": "~0.3.0",
2120
"gulp-concat": "~2.2.0",

0 commit comments

Comments
 (0)