Skip to content

Commit 57e596d

Browse files
committed
bumped version
1 parent 9c72a6e commit 57e596d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,13 @@
22
"author": "Brian Gonzalez",
33
"name": "jquery.adaptive-backgrounds",
44
"description": "A simple jQuery plugin to extract the dominant color of an image and apply it to the background of its parent element.",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"repository": {
77
"url": "http://briangonzalez.github.io/jquery.adaptive-backgrounds.js/"
88
},
99
"main": "./lib/main",
1010
"dependencies": {},
1111
"devDependencies": {
12-
"grunt": "~0.4.1",
13-
"grunt-contrib-uglify": "~0.2.2",
14-
"grunt-contrib-qunit": "~0.2.2",
15-
"grunt-contrib-watch": "~0.4.4",
16-
"grunt-contrib-concat": "~0.3.0",
17-
"grunt-contrib-jshint": "~0.7.1",
18-
"shelljs": "~0.2.6"
1912
},
2013
"optionalDependencies": {},
2114
"engines": {

0 commit comments

Comments
 (0)