Skip to content

Commit

Permalink
Repo name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
markmur committed Jan 8, 2024
1 parent afc9a90 commit 12a77d8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repo is subdivided into 3 parts using yarn workspaces:

- The base repo (workspace name = `checkout-kit-react-native`)
- The base repo (workspace name = `checkout-sheet-kit-react-native`)
- The `@shopify/checkout-sheet-kit` Native Module (workspace name = `module`)
- The sample application (workspace name = `sample`)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Shopify Checkout Kit - React Native (Developer Preview)

[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)](https://github.com/Shopify/checkout-kit-react-native/blob/main/LICENSE)
[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)](https://github.com/Shopify/checkout-sheet-kit-react-native/blob/main/LICENSE)

![image](https://github.com/Shopify/checkout-kit-react-native/assets/2034704/107fbeb8-50be-43ac-8837-33d576cac9ab)
![image](https://github.com/Shopify/checkout-sheet-kit-react-native/assets/2034704/107fbeb8-50be-43ac-8837-33d576cac9ab)

**Shopify Checkout Kit** is a Native Module (currently in
[Developer Preview](https://shopify.dev/docs/api/release-notes/developer-previews))
Expand Down
2 changes: 1 addition & 1 deletion modules/@shopify/checkout-sheet-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"module": "lib/module/index.js",
"description": "A React Native library for Shopify's Checkout Kit.",
"author": "Shopify",
"homepage": "https://github.com/shopify/checkout-kit-react-native",
"homepage": "https://github.com/shopify/checkout-sheet-kit-react-native",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "checkout-kit-react-native",
"name": "checkout-sheet-kit-react-native",
"description": "A React Native library for Shopify's Checkout Kit.",
"private": true,
"version": "0.0.1",
"repository": "https://github.com/Shopify/checkout-kit-react-native",
"author": "Shopify (https://github.com/Shopify/checkout-kit-react-native)",
"repository": "https://github.com/Shopify/checkout-sheet-kit-react-native",
"author": "Shopify (https://github.com/Shopify/checkout-sheet-kit-react-native)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Shopify/checkout-kit-react-native/issues"
"url": "https://github.com/Shopify/checkout-sheet-kit-react-native/issues"
},
"homepage": "https://github.com/Shopify/checkout-kit-react-native",
"homepage": "https://github.com/Shopify/checkout-sheet-kit-react-native",
"workspaces": [
"sample",
"modules/**/*"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3851,9 +3851,9 @@ __metadata:
languageName: node
linkType: hard

"checkout-kit-react-native@workspace:.":
"checkout-sheet-kit-react-native@workspace:.":
version: 0.0.0-use.local
resolution: "checkout-kit-react-native@workspace:."
resolution: "checkout-sheet-kit-react-native@workspace:."
dependencies:
"@babel/core": "npm:^7.20.0"
"@babel/preset-env": "npm:^7.20.0"
Expand Down

0 comments on commit 12a77d8

Please sign in to comment.