Skip to content

Commit

Permalink
Updated scaffolded gruntfile to use grunt 1.0.1
Browse files Browse the repository at this point in the history
- Updates all grunt plugins to allow use of this major release
  • Loading branch information
adambullmer committed Jun 30, 2016
1 parent 1b75f9a commit b76f6da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions generators/app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"dependencies": {
"angular-bro-app": "0.8.4",
"broccoli": "0.16.9",
"grunt": "0.4.5",
"grunt-broccoli": "0.4.1",
"grunt-bump": "0.7.0",
"grunt-contrib-clean": "1.0.0",
"grunt-exec": "0.4.6",
"grunt-express-server": "0.5.2"
"grunt": "^1.0.1",
"grunt-broccoli": "^0.4.1",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-exec": "^1.0.0",
"grunt-express-server": "^0.5.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-angular-bro",
"version": "0.6.8",
"version": "0.7.0",
"description": "Angular app scaffolding and build chain",
"main": "generators/app/index.js",
"files": [
Expand Down

0 comments on commit b76f6da

Please sign in to comment.