Skip to content

Commit 92698fe

Browse files
committed
Merge pull request reworkcss#21 from repoify/add/repository
Add repository field to readme
2 parents 370c7f8 + b5b26a3 commit 92698fe

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22
"name": "css-stringify",
33
"version": "1.3.1",
44
"description": "CSS compiler",
5-
"keywords": ["css", "stringify", "stylesheet"],
5+
"keywords": [
6+
"css",
7+
"stringify",
8+
"stylesheet"
9+
],
610
"author": "TJ Holowaychuk <tj@vision-media.ca>",
711
"devDependencies": {
812
"mocha": "*",
913
"should": "*",
1014
"css-parse": "1.4.0"
1115
},
12-
"main": "index"
16+
"main": "index",
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/visionmedia/css-stringify.git"
20+
}
1321
}

0 commit comments

Comments
 (0)