Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
Merge pull request #179 from samaxes/npm-dep-versions
Browse files Browse the repository at this point in the history
Update devDependencies in package.json
  • Loading branch information
sindresorhus committed May 3, 2013
2 parents fce54bd + 5d0524f commit 7d825da
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions templates/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-coffee": "~0.6.4",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-concat": "~0.2.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-compass": "~0.1.3",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-cssmin": "~0.5.0",
"grunt-contrib-connect": "~0.2.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-htmlmin": "~0.1.1",
"grunt-contrib-imagemin": "~0.1.2",
"grunt-contrib-compass": "~0.2.0",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-imagemin": "~0.1.4",
"grunt-contrib-livereload": "~0.1.2",
"grunt-bower-requirejs": "~0.4.1",
"grunt-usemin": "~0.1.10",
"grunt-bower-requirejs": "~0.4.2",
"grunt-usemin": "~0.1.11",
"grunt-regarde": "~0.1.1",
"grunt-rev": "~0.1.0",
"grunt-karma": "~0.3.0",
"grunt-karma": "~0.4.3",
"grunt-open": "~0.2.0",
"matchdep": "~0.1.1",
"grunt-google-cdn": "~0.1.1",
"matchdep": "~0.1.2",
"grunt-google-cdn": "~0.1.2",
"grunt-ngmin": "~0.0.2"
},
"engines": {
Expand Down

0 comments on commit 7d825da

Please sign in to comment.