Skip to content

Commit

Permalink
remove grunt deps (#132)
Browse files Browse the repository at this point in the history
* remove grunt deps

* Update bower.json
  • Loading branch information
simeydotme authored Dec 8, 2021
1 parent a5538a2 commit a4993d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ignore": [
".gitattributes",
".gitignore",
"Gruntfile.js",
"gulpfile.js",
"*.json",
"*.md",
"*.txt",
Expand Down
18 changes: 6 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,19 @@
},
"devDependencies": {
"dateformat": "^1.0.12",
"grunt": "~0.4.1",
"grunt-bump": "^0.3.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-uglify": "~0.2.2",
"semver": "^5.1.0",
"fs": "0.0.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean": "^0.3.1",
"gulp-header": "^1.7.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.5.1"
},
"dependencies": {
"fs": "0.0.2",
"gulp-uglify": "^1.5.1",
"gulp-bump": "^1.0.0",
"gulp-git": "^1.6.0",
"gulp-param": "^0.6.4",
"semver": "^5.1.0"
"gulp-param": "^0.6.4"
},
"dependencies": {
}
}

0 comments on commit a4993d1

Please sign in to comment.