From 1c1780765cbedc194ca886e9ba787acf25c7b2af Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 10 Jul 2020 08:18:14 -0400 Subject: [PATCH] Update package and repo --- CONTRIBUTING.md | 2 +- README.md | 6 +++--- docs/assets/plugins/metadata/metadata.js | 2 +- docs/getting-started/installation.md | 12 ++++++------ docs/getting-started/overview.md | 6 +++--- docs/getting-started/roadmap.md | 2 +- docs/index.html | 2 +- package-lock.json | 2 +- package.json | 2 +- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0e30c28ec..603d1dc37 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Shoelace is an open source project, meaning everyone can use it and contribute t ## Using the Issue Tracker -The [issue tracker](https://github.com/claviska/shoelace/issues) is for bug reports, feature requests, and pull requests. +The [issue tracker](https://github.com/shoelace-style/shoelace/issues) is for bug reports, feature requests, and pull requests. - Please **do not** use the issue tracker for personal support requests. Please [ask your question](https://stackoverflow.com/questions/ask) on StackOverflow instead. - Please **do not** derail, hijack, or troll issues. Keep the discussion on topic and be respectful of others. diff --git a/README.md b/README.md index 428fbe263..22655b945 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Designed in New Hampshire by [Cory LaViska](https://twitter.com/claviska). Documentation: [shoelace.style](https://shoelace.style) -Source: [github.com/claviska/shoelace](https://github.com/claviska/shoelace) +Source: [github.com/shoelace-style/shoelace](https://github.com/shoelace-style/shoelace) Twitter: [@shoelace_style](https://twitter.com/shoelace_style) @@ -35,7 +35,7 @@ The build is done through a combination of Stencil's CLI and a handful of custom ### Forking the Repo -Start by [forking the repo](https://github.com/claviska/shoelace/fork) on GitHub, then clone it locally and install dependencies. +Start by [forking the repo](https://github.com/shoelace-style/shoelace/fork) on GitHub, then clone it locally and install dependencies. ```sh git clone https://github.com/YOUR_GITHUB_USERNAME/shoelace @@ -80,7 +80,7 @@ Designing, developing, and supporting this library requires a lot of time, effor 👇 Your support is very much appreciated! 👇 - [Become a sponsor](https://github.com/sponsors/claviska) -- [Star on GitHub](https://github.com/claviska/shoelace/stargazers) +- [Star on GitHub](https://github.com/shoelace-style/shoelace/stargazers) - [Follow on Twitter](https://twitter.com/shoelace_style) Whether you're building Shoelace or building something _with_ Shoelace — have fun creating! 🥾 diff --git a/docs/assets/plugins/metadata/metadata.js b/docs/assets/plugins/metadata/metadata.js index af79e11c9..6f2180edc 100644 --- a/docs/assets/plugins/metadata/metadata.js +++ b/docs/assets/plugins/metadata/metadata.js @@ -241,7 +241,7 @@ Sponsor - + Star diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 138d3a69f..d9b0535c9 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -9,8 +9,8 @@ The easiest way to install Shoelace is with the lazy loader via CDN. A lightweig To install the lazy loader, add the following tags to your page. ```html - - + + ``` Now you can [start using components!](/getting-started/usage.md) @@ -22,9 +22,9 @@ Another way to consume the library is with the custom elements bundle. Compared To install the custom elements bundle, add the following tags to your page. ```html - + ``` @@ -36,10 +36,10 @@ Now you can [start using components!](/getting-started/usage.md) If you don't want to use the CDN, you can install Shoelace locally using the following command. ```sh -npm install @claviska/shoelace +npm install @shoelace-style/shoelace ``` -It's up to you to make the source files available to your app. One way to do this is to create a route in your app called `/assets/shoelace` that serves static files from `node_modules/@claviska/shoelace`. +It's up to you to make the source files available to your app. One way to do this is to create a route in your app called `/assets/shoelace` that serves static files from `node_modules/@shoelace-style/shoelace`. Once you've done that, add the following tags to your page. Make sure to update `href` and `src` so they point to the route you created. diff --git a/docs/getting-started/overview.md b/docs/getting-started/overview.md index e495ec5d5..1a0206749 100644 --- a/docs/getting-started/overview.md +++ b/docs/getting-started/overview.md @@ -14,8 +14,8 @@ Designed in New Hampshire by [Cory LaViska](https://twitter.com/claviska). Add the following code to your page. ```html - - + + ``` Now you have access to all of Shoelace's components! Try adding a button: @@ -70,7 +70,7 @@ Designing, developing, and supporting this library requires a lot of time, effor Become a sponsor - + Star diff --git a/docs/getting-started/roadmap.md b/docs/getting-started/roadmap.md index 1d0b6c897..e9db1c88a 100644 --- a/docs/getting-started/roadmap.md +++ b/docs/getting-started/roadmap.md @@ -4,7 +4,7 @@ The roadmap tracks the status of components and features that are planned for de ## 2.1 🤔 -Version 2.1 is still in the planning phase. To request a feature, please [submit an issue](https://github.com/claviska/shoelace/issues) on GitHub. Make sure to search for existing issues and vote using 👍 to add your support! +Version 2.1 is still in the planning phase. To request a feature, please [submit an issue](https://github.com/shoelace-style/shoelace/issues) on GitHub. Make sure to search for existing issues and vote using 👍 to add your support! ?> Is there a feature you really want to see here? Sponsoring Shoelace is the best way to prioritize its development. [Learn more](https://github.com/sponsors/claviska) diff --git a/docs/index.html b/docs/index.html index f310cb636..c6faad75f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -48,7 +48,7 @@ crossChapterText: false }, repo: '', - repo: 'https://github.com/claviska/shoelace/', + repo: 'https://github.com/shoelace-style/shoelace/', routerMode: 'hash', // or 'history' search: { maxAge: 86400000, // Expiration time, the default one day diff --git a/package-lock.json b/package-lock.json index 36c26c390..fb38cb52d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "@claviska/shoelace", + "name": "@shoelace-style/shoelace", "version": "1.0.0-beta.1", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index 8335a747e..c61795858 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@claviska/shoelace", + "name": "@shoelace-style/shoelace", "version": "1.0.0-beta.1", "description": "A forward-thinking library of web components.", "main": "dist/index.js",