Remove private boolean from package.json. Upgrade deps.

This commit is contained in:
Lokesh Dhakar
2016-10-30 20:21:15 -07:00
parent de968be816
commit af478eb09c

View File

@@ -1,7 +1,6 @@
{
"name": "color-thief",
"version": "2.0.1",
"private": true,
"version": "2.0.2",
"author": {
"name": "Lokesh Dhakar",
"email": "lokesh.dhakar@gmail.com",
@@ -33,12 +32,12 @@
],
"main": "dist/color-thief.min.js",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-compass": "^0.7.2",
"grunt-contrib-watch": "^0.5.3",
"grunt-contrib-connect": "^0.7.1",
"grunt-ftp-deploy": "^0.1.1",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-jshint": "~0.9.2"
"grunt": "~1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-jscs": "^1.8.0",
"grunt-contrib-jshint": "^0.11.2"
}
}