Skip to content

Commit 766e8e3

Browse files
committed
chore(package): add github urls
also, trigger a new semantic release run
1 parent c4f955e commit 766e8e3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "0.0.0-semantically-released",
44
"description": "Return argis geocode results as geojson",
55
"main": "./build/index",
6-
"repository": "https://github.com/conveyal/geocoder-arcgis-geojson.git",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/conveyal/geocoder-arcgis-geojson.git"
9+
},
710
"author": "[email protected]",
811
"license": "MIT",
912
"private": false,
@@ -34,5 +37,9 @@
3437
"mastarm": "3",
3538
"nock": "^9.1.6",
3639
"semantic-release": "^6.3.6"
37-
}
40+
},
41+
"bugs": {
42+
"url": "https://github.com/conveyal/geocoder-arcgis-geojson/issues"
43+
},
44+
"homepage": "https://github.com/conveyal/geocoder-arcgis-geojson#readme"
3845
}

0 commit comments

Comments
 (0)