Skip to content

Commit

Permalink
chore: add repository, homepage in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-lsn committed Dec 25, 2023
1 parent 4676249 commit d4d68da
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
"name": "chris-lsn",
"email": "[email protected]"
},
"files": [
"build/index.js",
"build/index.d.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/chris-lsn/pikpak-js-sdk.git"
},
"homepage": "https://github.com/chris-lsn/pikpak-js-sdk",
"files": ["build/index.js", "build/index.d.ts"],
"module": "index.ts",
"type": "module",
"main": "build/index.js",
Expand Down

0 comments on commit d4d68da

Please sign in to comment.