Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
Update NPM dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
albell committed Jan 21, 2015
1 parent 5b1b3a9 commit c9fde74
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
@@ -1,27 +1,27 @@
{
"name": "picturefill",
"description": "A responsive image polyfill.",
"version": "2.2.0",
"repo": "https://github.com/scottjehl/picturefill.git",
"version": "3.0.0",
"repository": "https://github.com/scottjehl/picturefill.git",
"engines": {
"node": ">= 0.8.0"
"node": ">= 0.10.0"
},
"main": "./dist/picturefill",
"scripts": {
"test": "grunt test --verbose"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt": "~0.4.5",
"grunt-bytesize": "^0.1.1",
"grunt-cli": "~0.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-qunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-jscs-checker": "~0.4.3",
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-jscs": "~1.2.0",
"grunt-max-filesize": "^0.1.0"
}
}

0 comments on commit c9fde74

Please sign in to comment.