Skip to content

Commit d6d11fb

Browse files
committed
Merge pull request reworkcss#47 from repoify/add/repository
Add repository field to readme
2 parents a153bba + 2018d99 commit d6d11fb

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-parse",
33
"version": "1.5.2",
44
"description": "CSS parser",
5-
"keywords": ["css", "parser", "stylesheet"],
5+
"keywords": [
6+
"css",
7+
"parser",
8+
"stylesheet"
9+
],
610
"author": "TJ Holowaychuk <tj@vision-media.ca>",
711
"license": "MIT",
812
"devDependencies": {
913
"mocha": "*",
1014
"should": "*"
1115
},
12-
"main": "index"
16+
"main": "index",
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/visionmedia/css-parse.git"
20+
}
1321
}

0 commit comments

Comments
 (0)