Skip to content

Commit 0fb1185

Browse files
committed
Clean up metadata
1 parent b0e359a commit 0fb1185

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
lines changed
File renamed without changes.

package.json

+22-19
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
{
2-
"name": "cssom",
3-
"description": "CSS Object Model implementation and CSS parser",
4-
"keywords": ["CSS", "CSSOM", "parser", "styleSheet"],
5-
"version": "0.3.0",
6-
"homepage": "https://github.com/NV/CSSOM",
7-
"author": "Nikita Vasilyev <[email protected]>",
8-
"repository": {
9-
"type": "git",
10-
"url": "git://github.com/NV/CSSOM.git"
11-
},
12-
"bugs": "https://github.com/NV/CSSOM/issues",
13-
"main": "./lib/index.js",
14-
"devDependencies": {
15-
"jake": "~0.7.3"
16-
},
17-
"license": "MIT",
18-
"scripts": {
19-
"prepublish": "jake lib/index.js"
20-
}
2+
"name": "cssom",
3+
"description": "CSS Object Model implementation and CSS parser",
4+
"keywords": [
5+
"CSS",
6+
"CSSOM",
7+
"parser",
8+
"styleSheet"
9+
],
10+
"version": "0.3.0",
11+
"author": "Nikita Vasilyev <[email protected]>",
12+
"repository": "NV/CSSOM",
13+
"files": [
14+
"lib/"
15+
],
16+
"main": "./lib/index.js",
17+
"devDependencies": {
18+
"jake": "~0.7.3"
19+
},
20+
"license": "MIT",
21+
"scripts": {
22+
"prepublish": "jake lib/index.js"
23+
}
2124
}

0 commit comments

Comments
 (0)