There was an error while loading. Please reload this page.
1 parent 356a16b commit 32f3239Copy full SHA for 32f3239
1 file changed
package.json
@@ -4,6 +4,12 @@
4
"author": "Re:Earth contributors <community@reearth.io>",
5
"license": "Apache-2.0",
6
"description": "A library that abstracts a map engine as one common API.",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/reearth/core.git"
10
+ },
11
+ "homepage": "https://github.com/reearth/core#readme",
12
+ "bugs": "https://github.com/reearth/core/issues",
13
"type": "module",
14
"main": "dist/core.umd.cjs",
15
"module": "dist/core.js",
0 commit comments