Skip to content

Commit 4ff0598

Browse files
committed
Update package.json to publish on npm
1 parent db92eab commit 4ff0598

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
"name": "css-byebye",
33
"version": "0.0.1",
44
"description": "Remove the CSS rules that you don't want, with a list of selectors",
5+
"homepage": "https://github.com/AoDev/css-byebye",
6+
"repository" : { "type" : "git", "url" : "https://github.com/AoDev/css-byebye.git" },
57
"main": "lib/css-byebye.js",
68
"scripts": {
79
"test": "grunt test"
810
},
911
"keywords": [
10-
"css, bye, remove"
12+
"css, byebye, remove"
1113
],
1214
"author": "Kevin Purnelle <[email protected]> (http://kevinpurnelle.com/)",
1315
"license": "MIT",

0 commit comments

Comments
 (0)