mirror of
https://github.com/janishutz/color-thief.git
synced 2025-11-26 06:14:25 +00:00
Remove private boolean from package.json. Upgrade deps.
This commit is contained in:
17
package.json
17
package.json
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "color-thief",
|
"name": "color-thief",
|
||||||
"version": "2.0.1",
|
"version": "2.0.2",
|
||||||
"private": true,
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Lokesh Dhakar",
|
"name": "Lokesh Dhakar",
|
||||||
"email": "lokesh.dhakar@gmail.com",
|
"email": "lokesh.dhakar@gmail.com",
|
||||||
@@ -33,12 +32,12 @@
|
|||||||
],
|
],
|
||||||
"main": "dist/color-thief.min.js",
|
"main": "dist/color-thief.min.js",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "~0.4.2",
|
"grunt": "~1.0.1",
|
||||||
"grunt-contrib-compass": "^0.7.2",
|
"grunt-contrib-watch": "^1.0.0",
|
||||||
"grunt-contrib-watch": "^0.5.3",
|
"grunt-contrib-connect": "^1.0.2",
|
||||||
"grunt-contrib-connect": "^0.7.1",
|
"grunt-contrib-uglify": "~2.0.0",
|
||||||
"grunt-ftp-deploy": "^0.1.1",
|
"grunt-contrib-jshint": "~1.0.0",
|
||||||
"grunt-contrib-uglify": "~0.4.0",
|
"grunt-jscs": "^1.8.0",
|
||||||
"grunt-contrib-jshint": "~0.9.2"
|
"grunt-contrib-jshint": "^0.11.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user