We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a153bba commit 2018d99Copy full SHA for 2018d99
package.json
@@ -2,12 +2,20 @@
2
"name": "css-parse",
3
"version": "1.5.2",
4
"description": "CSS parser",
5
- "keywords": ["css", "parser", "stylesheet"],
+ "keywords": [
6
+ "css",
7
+ "parser",
8
+ "stylesheet"
9
+ ],
10
"author": "TJ Holowaychuk <tj@vision-media.ca>",
11
"license": "MIT",
12
"devDependencies": {
13
"mocha": "*",
14
"should": "*"
15
},
- "main": "index"
16
+ "main": "index",
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "https://github.com/visionmedia/css-parse.git"
20
+ }
21
}
0 commit comments