Skip to content

Commit ca3df9c

Browse files
committed
Update grunt v1.0.0
1 parent 3f7e2fc commit ca3df9c

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

package.json

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-csso",
33
"description": "Minify CSS files with CSSO.",
4-
"version": "0.8.2",
4+
"version": "1.0.0",
55
"homepage": "https://github.com/t32k/grunt-csso",
66
"author": {
77
"name": "Koji Ishimoto",
@@ -15,28 +15,31 @@
1515
"bugs": {
1616
"url": "https://github.com/t32k/grunt-csso/issues"
1717
},
18-
"license": "MIT",
1918
"engines": {
2019
"node": ">=0.12.0"
2120
},
2221
"scripts": {
22+
"grunt": "grunt",
2323
"test": "grunt test"
2424
},
25+
"peerDependencies": {
26+
"grunt": ">=0.4.0"
27+
},
2528
"dependencies": {
26-
"chalk": "^1.1.1",
27-
"csso": "^1.6.1",
29+
"chalk": "^1.1.3",
30+
"csso": "^1.8.1",
2831
"maxmin": "^2.1.0"
2932
},
3033
"devDependencies": {
31-
"grunt": "^0.4.5",
32-
"grunt-cli": "^0.1.13",
34+
"grunt": "^1.0.0",
3335
"grunt-contrib-clean": "^1.0.0",
34-
"grunt-contrib-nodeunit": "^0.4.1"
36+
"grunt-contrib-nodeunit": "^1.0.0"
3537
},
3638
"keywords": [
3739
"gruntplugin",
3840
"minifier",
3941
"optimize",
4042
"csso"
41-
]
43+
],
44+
"license": "MIT"
4245
}

0 commit comments

Comments
 (0)