Skip to content

Commit 6b70f85

Browse files
author
Mahir Shah
committed
Add Additional Information to package.json
1 parent 63619ba commit 6b70f85

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name": "css-property-parser",
33
"version": "1.0.0",
44
"description": "Validate css properties and expand shorthand css properties",
5+
"keywords": ["css"],
6+
"bugs": "https://github.com/mahirshah/css-property-parser/issues",
57
"main": "src/index.js",
68
"scripts": {
79
"test": "./node_modules/.bin/mocha --reporter spec --recursive",
@@ -19,6 +21,10 @@
1921
],
2022
"author": "mahirshah",
2123
"license": "(MIT AND MPL-2.0)",
24+
"repository": {
25+
"type": "git",
26+
"url": "https://github.com/mahirshah/css-property-parser"
27+
},
2228
"types": "css-property-parser.d.ts",
2329
"devDependencies": {
2430
"async": "^2.5.0",

0 commit comments

Comments
 (0)