Merge pull request #1367 from sass/add-bugs-package-json
Add bugs url to package.json
Showing
| ... | @@ -4,6 +4,7 @@ | ... | @@ -4,6 +4,7 @@ |
| "libsass": "3.3.3", | "libsass": "3.3.3", | ||
| "description": "Wrapper around libsass", | "description": "Wrapper around libsass", | ||
| "license": "MIT", | "license": "MIT", | ||
| "bugs": "https://github.com/sass/node-sass/issues", | |||
| "homepage": "https://github.com/sass/node-sass", | "homepage": "https://github.com/sass/node-sass", | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| ... | ... |
Please
register
or
sign in
to comment