Skip to content

Commit

Permalink
update all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thanpolas committed Dec 5, 2013
1 parent 16fff77 commit 8f3ce60
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@
"main": "<%= closure.appPath %>/main.js",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt": "~0.4.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-closure-tools": "~0.7.7",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-copy": "~0.4.0",
"grunt-open": "~0.2.0",
"matchdep": "~0.1.1",
"grunt-contrib-htmlmin": "~0.1.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-cssmin": "~0.5.0",
"grunt-contrib-connect": "~0.2.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-open": "~0.2.2",
"matchdep": "~0.3.0",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-imagemin": "~0.4.0",
"grunt-closure-linter": "~0.1.0",
"grunt-closure-linter": "~0.1.4",
"phantomjs": "1.8.1-1",
"grunt-mocha": "~0.3.0",
"chai": "~1.5.0",
"chai-as-promised": "~3.2.5",
"superstartup-closure-compiler": "~0.1.5"
"superstartup-closure-compiler": "~0.1.6"
},
"engines": {
"node": ">=0.8.0"
Expand Down

0 comments on commit 8f3ce60

Please sign in to comment.