Skip to content

Commit e0397b8

Browse files
author
Kaelig
committed
Add repository and bugs fields to package.json
1 parent 85e92e8 commit e0397b8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
"description": "A library to parse/stringify SCSS",
55
"main": "dist/index.js",
66
"license": "SEE LICENSE IN README",
7+
"repository": {
8+
"type" : "git",
9+
"url" : "https://github.com/salesforce-ux/scss-parser.git"
10+
},
11+
"bugs": {
12+
"url": "https://github.com/salesforce-ux/scss-parser/issues"
13+
},
714
"engines": {
815
"node": ">=5.0.0"
916
},

0 commit comments

Comments
 (0)