diff --git a/examples/fastly-compute/package.json b/examples/fastly-compute/package.json index d55b9de8b..716e8ca24 100644 --- a/examples/fastly-compute/package.json +++ b/examples/fastly-compute/package.json @@ -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": "oss@fastly.com", "license": "MIT", diff --git a/packages/client-sdk-nodejs/package.json b/packages/client-sdk-nodejs/package.json index e5fbbf62e..4d34897d0 100644 --- a/packages/client-sdk-nodejs/package.json +++ b/packages/client-sdk-nodejs/package.json @@ -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", diff --git a/packages/client-sdk-web/package.json b/packages/client-sdk-web/package.json index c2ae5375c..13a27dc48 100644 --- a/packages/client-sdk-web/package.json +++ b/packages/client-sdk-web/package.json @@ -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", diff --git a/packages/common-integration-tests/package-lock.json b/packages/common-integration-tests/package-lock.json index 83a28d64a..4bc40ef40 100644 --- a/packages/common-integration-tests/package-lock.json +++ b/packages/common-integration-tests/package-lock.json @@ -37,6 +37,7 @@ } }, "../core": { + "name": "@gomomento/sdk-core", "version": "0.0.1", "license": "Apache-2.0", "dependencies": { diff --git a/packages/common-integration-tests/package.json b/packages/common-integration-tests/package.json index 0ef14b44b..c1b2b3ebc 100644 --- a/packages/common-integration-tests/package.json +++ b/packages/common-integration-tests/package.json @@ -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",