Skip to content

Commit a5b5a11

Browse files
authored
Merge pull request #11 from ton-connect/chore/package-metadata
chore: add repository and author fields for npm provenance
2 parents d356556 + 71a3d28 commit a5b5a11

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
},
1010
"main": "./dist/index.js",
1111
"types": "./types/index.d.ts",
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/ton-connect/ton-connect-qa"
15+
},
16+
"keywords": ["ton", "connect", "qa"],
17+
"author": "tonconnect",
18+
"license": "MIT",
1219
"files": [
1320
"README.md",
1421
"changelog.md",

0 commit comments

Comments
 (0)