Skip to content

Commit e4b919f

Browse files
author
Matthew Rourke
committed
Update package.json for npm publish
1 parent 48acb53 commit e4b919f

1 file changed

Lines changed: 16 additions & 7 deletions

File tree

package.json

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,30 @@
22
"name": "grunt-purifycss",
33
"description": "Clean unnecessary CSS",
44
"version": "0.1.0",
5-
"homepage": "https://github.com/purifycss/grunt-purify-css",
5+
"homepage": "https://github.com/purifycss/grunt-purifycss",
66
"author": {
77
"name": "Phoebe Li, Matthew Rourke, Kenny Tran"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/purifycss/grunt-purify-css.git"
11+
"url": "https://github.com/purifycss/grunt-purifycss.git"
1212
},
1313
"bugs": {
14-
"url": "https://github.com/purifycss/grunt-purify-css/issues"
14+
"url": "https://github.com/purifycss/grunt-purifycss/issues"
1515
},
1616
"licenses": [
1717
{
1818
"type": "MIT",
19-
"url": "https://github.com/purifycss/grunt-purify-css/blob/master/LICENSE-MIT"
19+
"url": "https://github.com/purifycss/grunt-purifycss/blob/master/LICENSE-MIT"
2020
}
2121
],
22-
"engines": {
22+
"files": [
23+
"tasks",
24+
"package.json",
25+
"README.md",
26+
"LICENSE-MIT"
27+
],
28+
"engines": {
2329
"node": ">= 0.8.0"
2430
},
2531
"scripts": {
@@ -28,14 +34,17 @@
2834
"devDependencies": {
2935
"grunt-contrib-jshint": "^0.9.2",
3036
"grunt-contrib-clean": "^0.5.0",
31-
"grunt-contrib-nodeunit": "^0.3.3",
3237
"grunt": "~0.4.5"
3338
},
3439
"peerDependencies": {
3540
"grunt": "~0.4.5"
3641
},
3742
"keywords": [
38-
"gruntplugin"
43+
"gruntplugin",
44+
"purify",
45+
"css",
46+
"purifycss",
47+
"remove"
3948
],
4049
"dependencies": {
4150
"glob": "^5.0.10",

0 commit comments

Comments
 (0)