Skip to content

Commit c8d3117

Browse files
Configure changeset for this repo (#8)
Update repo location
1 parent 0bef3e6 commit c8d3117

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.changeset/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"$schema": "https://unpkg.com/@changesets/config@1.6.3/schema.json",
2+
"$schema": "https://unpkg.com/@changesets/config@2.1.1/schema.json",
33
"changelog": [
44
"@changesets/changelog-github",
5-
{ "repo": "apollographql/typescript-repo-template" }
5+
{ "repo": "apollo-server-integrations/apollo-server-integration-aws-lambda" }
66
],
77
"commit": false,
88
"access": "public",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/michael-watson/apollo-server-integration-aws-lambda"
9+
"url": "https://github.com/apollo-server-integrations/apollo-server-integration-aws-lambda"
1010
},
11-
"homepage": "https://github.com/michael-watson/apollo-server-integration-aws-lambda#readme",
11+
"homepage": "https://github.com/apollo-server-integrations/apollo-server-integration-aws-lambda#readme",
1212
"bugs": {
13-
"url": "https://github.com/michael-watson/apollo-server-integration-aws-lambda/issues"
13+
"url": "https://github.com/apollo-server-integrations/apollo-server-integration-aws-lambda/issues"
1414
},
1515
"main": "dist/index.js",
1616
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)