Skip to content

Commit d3d9dfa

Browse files
committed
Merge pull request #3 from kaelig/patch-2
Add repository and bugs fields to package.json
2 parents 85e92e8 + e0397b8 commit d3d9dfa

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)