Skip to content

Commit 2e5691f

Browse files
committed
Minor cleanup
1 parent 9e4bccb commit 2e5691f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Shopify Function JavaScript
22

3-
This repository contains the source code for the [`@shopify/shopify-function`][package] npm package.
3+
This repository contains the source code for the [`@shopify/shopify_function`][package] npm package.
44

5-
[package]: https://npm.im/@shopify/shopify-function
5+
[package]: https://npm.im/@shopify/shopify_function

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@
88
"description": "",
99
"main": "index.ts",
1010
"keywords": [],
11-
"author": "Surma <surma@surma.dev>",
11+
"author": "Surma <surma@shopify.com>",
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"@graphql-codegen/cli": "^2.13.7",
1515
"@graphql-codegen/typescript": "^2.8.0",
1616
"@graphql-codegen/typescript-operations": "^2.5.5",
1717
"graphql": "^16.6.0",
18-
"javy": "^0.0.3",
1918
"typescript": "^4.8.4"
2019
}
2120
}

0 commit comments

Comments
 (0)