Skip to content

Commit a4d84ed

Browse files
committed
Merge pull request #63 from cistov/npm
Test hooks & keyword data for npm
2 parents fba219c + eedefe2 commit a4d84ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

npm/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "@VERSION@",
44
"description": "CSSLint",
55
"author": "Nicholas C. Zakas",
6+
"description": "CSS3 SAX-inspired parser",
7+
"keywords": [ "parser", "css", "css3", "sax", "style", "stylesheet" ],
68
"contributors": [
79
],
810
"engines": {
@@ -21,5 +23,9 @@
2123
"repository": {
2224
"type":"git",
2325
"url":"http://github.com/nzakas/parser-lib.git"
26+
},
27+
"scripts": {
28+
"test": "ant -f ../../build.xml test",
29+
"prepublish": "npm test"
2430
}
2531
}

0 commit comments

Comments
 (0)