Skip to content

Commit e42d20d

Browse files
authored
chore: add support for repository in package.json (#5658)
1 parent 8800615 commit e42d20d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

wasm/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"type": "module",
66
"main": "index.js",
77
"packageManager": "pnpm@10.33.2",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/scaleway/scaleway-cli"
11+
},
812
"scripts": {
913
"test": "vitest src",
1014
"lint": "prettier --check ."

0 commit comments

Comments
 (0)