We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe9a7b commit 55524e9Copy full SHA for 55524e9
package.json
@@ -3,12 +3,15 @@
3
"version": "2.29.0-dev",
4
"description": "A friendly editor for OpenStreetMap",
5
"main": "dist/iD.min.js",
6
- "repository": "github:openstreetmap/iD",
7
- "homepage": "https://github.com/openstreetmap/iD",
8
- "bugs": "https://github.com/openstreetmap/iD/issues",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/OpenHistoricalMap/iD"
9
+ },
10
+ "homepage": "https://github.com/OpenHistoricalMap/iD",
11
+ "bugs": "https://github.com/OpenHistoricalMap/issues/issues",
12
"keywords": [
13
"editor",
- "openstreetmap"
14
+ "openhistoricalmap"
15
],
16
"license": "ISC",
17
"scripts": {
0 commit comments