Skip to content

Commit 2a58694

Browse files
committed
package.json: Add "homepage" and "bugs" keys
1 parent 0c2ca6d commit 2a58694

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22
"name": "broccoli-uglify-sourcemap",
33
"version": "1.5.1",
44
"description": "Broccoli filter to uglify files while preserving their sourcemaps.",
5+
"homepage": "https://github.com/ember-cli/broccoli-uglify-sourcemap#readme",
6+
"bugs": {
7+
"url": "https://github.com/ember-cli/broccoli-uglify-sourcemap/issues"
8+
},
59
"license": "MIT",
610
"author": "Edward Faulkner <[email protected]>",
711
"files": [
812
"index.js"
913
],
1014
"main": "index.js",
11-
"repository": "https://github.com/ember-cli/broccoli-uglify-sourcemap",
15+
"repository": {
16+
"type": "git",
17+
"url": "git+https://github.com/ember-cli/broccoli-uglify-sourcemap.git"
18+
},
1219
"scripts": {
1320
"test": "mocha --inline-diffs",
1421
"test:debug": "mocha debug --inline-diffs"

0 commit comments

Comments
 (0)