starwind 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -36,4 +36,4 @@ Visit [https://starwind.dev/](https://starwind.dev/) to view the documentation.
36
36
 
37
37
  ## License
38
38
 
39
- Licensed under the [MIT license](https://github.com/boston343/starwind-ui/blob/main/LICENSE).
39
+ Licensed under the [MIT license](https://github.com/starwind-ui/starwind-ui/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starwind",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Add beautifully designed components to your Astro applications",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://github.com/boston343/starwind-ui.git",
12
+ "url": "https://github.com/starwind-ui/starwind-ui.git",
13
13
  "directory": "packages/cli"
14
14
  },
15
15
  "keywords": [
@@ -33,7 +33,7 @@
33
33
  ],
34
34
  "dependencies": {
35
35
  "@clack/prompts": "^0.9.1",
36
- "@starwind-ui/core": "1.4.0",
36
+ "@starwind-ui/core": "1.4.1",
37
37
  "chalk": "^5.4.1",
38
38
  "commander": "^13.0.0",
39
39
  "execa": "^9.5.1",