Skip to content

Commit

Permalink
Update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelig committed Aug 6, 2014
1 parent 54fd2be commit b4e3992
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@
"version": "0.1.0",
"devDependencies": {
"esprima": "^1.2.2",
"glob": "^4.0.2",
"glob": "^4.0.5",
"grunt": "^0.4.5",
"grunt-asset-hash": "^0.1.2",
"grunt-asset-hash": "^0.1.5",
"grunt-asset-monitor": "~0.1.5",
"grunt-contrib-clean": "~0.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-imagemin": "^0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-requirejs": "~0.4.3",
"grunt-contrib-sass": "~0.7.2",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-csdevmode": "0.1.2",
"grunt-css-metrics": "~0.1.1",
"grunt-karma": "^0.8.3",
"grunt-mkdir": "~0.1.1",
"grunt-pagespeed": "^0.2.0",
"grunt-scss-lint": "0.3.0",
"grunt-scss-lint": "^0.3.2",
"grunt-shell": "^0.7.0",
"grunt-text-replace": "~0.3.11",
"grunt-webfontjson": "~0.0.3",
"imagemin-pngquant": "^0.1.2",
"karma": "^0.12.16",
"karma": "^0.12.21",
"karma-chrome-launcher": "~0.1.0",
"karma-coffee-preprocessor": "^0.2.1",
"karma-firefox-launcher": "~0.1.0",
Expand All @@ -35,9 +35,9 @@
"karma-requirejs": "~0.2",
"karma-script-launcher": "~0.1.0",
"mkdirp": "^0.5.0",
"moment": "^2.7.0",
"phantomjs": "~1.9.1",
"svgo": "^0.4.4"
"moment": "^2.8.1",
"phantomjs": "^1.9.7-15",
"svgo": "^0.4.5"
},
"scripts": {
"postinstall": "grunt hookmeup"
Expand Down

0 comments on commit b4e3992

Please sign in to comment.