Skip to content

Commit 32f3239

Browse files
authored
fix: add repository metadata for npm provenance (#151)
1 parent 356a16b commit 32f3239

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"author": "Re:Earth contributors <community@reearth.io>",
55
"license": "Apache-2.0",
66
"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",
713
"type": "module",
814
"main": "dist/core.umd.cjs",
915
"module": "dist/core.js",

0 commit comments

Comments
 (0)