Skip to content

Commit

Permalink
fix: set the repo url to the current url (#1480)
Browse files Browse the repository at this point in the history
Sets the package metadata repo url to the
current (github.com/momentohq/client-sdk-javascript).

Also corrects the repo url for the fastly example.
  • Loading branch information
malandis authored Dec 11, 2024
1 parent 6b35bde commit e0ba54d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/fastly-compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/fastly/compute-starter-kit-typescript.git"
"url": "https://github.com/momentohq/client-sdk-javascript"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-sdk-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"types": "dist/src/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/momentohq/client-sdk-nodejs"
"url": "https://github.com/momentohq/client-sdk-javascript"
},
"scripts": {
"prebuild": "eslint . --ext .ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-sdk-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"types": "dist/src/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/momentohq/client-sdk-nodejs"
"url": "https://github.com/momentohq/client-sdk-javascript"
},
"scripts": {
"prebuild": "eslint . --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/common-integration-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/common-integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"types": "dist/src/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/momentohq/client-sdk-nodejs"
"url": "https://github.com/momentohq/client-sdk-javascript"
},
"scripts": {
"prebuild": "eslint . --ext .ts",
Expand Down

0 comments on commit e0ba54d

Please sign in to comment.