From 1dfd329a36c52a99dd81a914bf397b2180a43538 Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Thu, 18 Jul 2024 17:53:45 +0000 Subject: [PATCH] Update repo name to javascript --- README.md | 12 ++++++------ package.json | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index de7ac5a..7a5b471 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Seam JavaScript SDK [![npm](https://img.shields.io/npm/v/seam.svg)](https://www.npmjs.com/package/seam) -[![GitHub Actions](https://github.com/seamapi/javascript-next/actions/workflows/check.yml/badge.svg)](https://github.com/seamapi/javascript-next/actions/workflows/check.yml) +[![GitHub Actions](https://github.com/seamapi/javascript/actions/workflows/check.yml/badge.svg)](https://github.com/seamapi/javascript/actions/workflows/check.yml) JavaScript SDK for the Seam API written in TypeScript. @@ -495,8 +495,8 @@ app.listen(8080, () => { ### Quickstart ``` -$ git clone https://github.com/seamapi/javascript-next.git -$ cd javascript-next +$ git clone https://github.com/seamapi/javascript.git +$ cd javascript $ nvm install $ npm install ``` @@ -515,10 +515,10 @@ The [source code] is hosted on GitHub. Clone the project with ``` -$ git clone git@github.com:seamapi/javascript-next.git +$ git clone git@github.com:seamapi/javascript.git ``` -[source code]: https://github.com/seamapi/javascript-next +[source code]: https://github.com/seamapi/javascript ### Requirements @@ -571,7 +571,7 @@ $ gh workflow run version.yml --raw-field version= [GitHub CLI]: https://cli.github.com/ [npm-version]: https://docs.npmjs.com/cli/version -[version workflow_dispatch on GitHub Actions]: https://github.com/seamapi/javascript-next/actions?query=workflow%3Aversion +[version workflow_dispatch on GitHub Actions]: https://github.com/seamapi/javascript/actions?query=workflow%3Aversion ## GitHub Actions diff --git a/package.json b/package.json index fe8ea16..e05be7f 100644 --- a/package.json +++ b/package.json @@ -22,9 +22,9 @@ "keywords": [ "node" ], - "homepage": "https://github.com/seamapi/javascript-next", - "bugs": "https://github.com/seamapi/javascript-next/issues", - "repository": "seamapi/javascript-next", + "homepage": "https://github.com/seamapi/javascript", + "bugs": "https://github.com/seamapi/javascript/issues", + "repository": "seamapi/javascript", "license": "MIT", "author": { "name": "Seam Labs, Inc.",