Skip to content

Commit

Permalink
add repository in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stkevintan committed Jan 9, 2024
1 parent d5c5e5c commit b20b01e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,12 @@
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"url": "git+https://github.com/stkevintan/node-wcferry.git",
"type": "git"
},
"author": {
"name": "stkevintan"
}
}
7 changes: 7 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
"google-protobuf": "^3.21.2",
"mime": "^3.0.0"
},
"repository": {
"url": "git+https://github.com/stkevintan/node-wcferry.git",
"type": "git"
},
"author": {
"name": "stkevintan"
},
"devDependencies": {
"@types/google-protobuf": "^3.15.12",
"@types/mime": "^3.0.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,12 @@
"typings": "./src/index.d.ts",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"url": "git+https://github.com/stkevintan/node-wcferry.git",
"type": "git"
},
"author": {
"name": "stkevintan"
}
}

0 comments on commit b20b01e

Please sign in to comment.