Skip to content

Commit a4993d1

Browse files
authored
remove grunt deps (#132)
* remove grunt deps * Update bower.json
1 parent a5538a2 commit a4993d1

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"ignore": [
3030
".gitattributes",
3131
".gitignore",
32-
"Gruntfile.js",
32+
"gulpfile.js",
3333
"*.json",
3434
"*.md",
3535
"*.txt",

package.json

+6-12
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,19 @@
2929
},
3030
"devDependencies": {
3131
"dateformat": "^1.0.12",
32-
"grunt": "~0.4.1",
33-
"grunt-bump": "^0.3.0",
34-
"grunt-contrib-concat": "~0.3.0",
35-
"grunt-contrib-copy": "~0.4.1",
36-
"grunt-contrib-jshint": "~0.6.3",
37-
"grunt-contrib-uglify": "~0.2.2",
32+
"semver": "^5.1.0",
33+
"fs": "0.0.2",
3834
"gulp": "^3.9.0",
3935
"gulp-autoprefixer": "^3.1.0",
4036
"gulp-clean": "^0.3.1",
4137
"gulp-header": "^1.7.1",
4238
"gulp-rename": "^1.2.2",
4339
"gulp-sass": "^2.1.0",
44-
"gulp-uglify": "^1.5.1"
45-
},
46-
"dependencies": {
47-
"fs": "0.0.2",
40+
"gulp-uglify": "^1.5.1",
4841
"gulp-bump": "^1.0.0",
4942
"gulp-git": "^1.6.0",
50-
"gulp-param": "^0.6.4",
51-
"semver": "^5.1.0"
43+
"gulp-param": "^0.6.4"
44+
},
45+
"dependencies": {
5246
}
5347
}

0 commit comments

Comments
 (0)