Skip to content

Commit

Permalink
Update grunt v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t32k committed Apr 5, 2016
1 parent 3f7e2fc commit ca3df9c
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-csso",
"description": "Minify CSS files with CSSO.",
"version": "0.8.2",
"version": "1.0.0",
"homepage": "https://github.com/t32k/grunt-csso",
"author": {
"name": "Koji Ishimoto",
Expand All @@ -15,28 +15,31 @@
"bugs": {
"url": "https://github.com/t32k/grunt-csso/issues"
},
"license": "MIT",
"engines": {
"node": ">=0.12.0"
},
"scripts": {
"grunt": "grunt",
"test": "grunt test"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"dependencies": {
"chalk": "^1.1.1",
"csso": "^1.6.1",
"chalk": "^1.1.3",
"csso": "^1.8.1",
"maxmin": "^2.1.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-nodeunit": "^0.4.1"
"grunt-contrib-nodeunit": "^1.0.0"
},
"keywords": [
"gruntplugin",
"minifier",
"optimize",
"csso"
]
],
"license": "MIT"
}

0 comments on commit ca3df9c

Please sign in to comment.