lapikit 0.4.0 → 0.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 +5 -5
  2. package/package.json +3 -4
package/README.md CHANGED
@@ -8,10 +8,10 @@
8
8
  [![][subscribe-to-instagram]](https://www.instagram.com/lapikit/)
9
9
  [![][join-discord-lapikit]](https://discord.gg/gn9ZGtDtK4)
10
10
 
11
- [![][version]](https://github.com/nycolaide/lapikit/releases?q=lapikit&expanded=true)
11
+ [![][version]](https://github.com/lapikit/lapikit/releases?q=lapikit&expanded=true)
12
12
  [![][installs]](https://www.npmjs.com/package/lapikit)
13
13
  [![][installs-this-month]](https://www.npmjs.com/package/lapikit)
14
- [![][license]](https://github.com/nycolaide/lapikit/blob/main/LICENSE)
14
+ [![][license]](https://github.com/lapikit/lapikit/blob/main/LICENSE)
15
15
  [![][discord]](https://discord.gg/gn9ZGtDtK4)
16
16
 
17
17
  Lapikit is a comprehensive Svelte components library that provides developers with a wide range of pre-built, customizable UI components to streamline the development process. Whether you're building a simple website or a complex web application, Lapikit has the tools you need to create beautiful and functional user interfaces with ease.
@@ -71,7 +71,7 @@ Lapikit has created to help Svelte developers save time and effort when building
71
71
 
72
72
  ## 💖Community
73
73
 
74
- Join our growing community on [Discord](https://discord.gg/gn9ZGtDtK4) and [GitHub Discussions](https://github.com/nycolaide/lapikit/discussions) where we discuss and collaborate on all things Lapikit. Don't be shy, jump right in and be part of the discussion!
74
+ Join our growing community on [Discord](https://discord.gg/gn9ZGtDtK4) and [GitHub Discussions](https://github.com/lapikit/lapikit/discussions) where we discuss and collaborate on all things Lapikit. Don't be shy, jump right in and be part of the discussion!
75
75
 
76
76
  ## 💁‍♂️Contributing
77
77
 
@@ -84,7 +84,7 @@ Be part of the next revolution in code editing by contributing to the project. T
84
84
 
85
85
  ## 📄License
86
86
 
87
- Licensed under the [MIT license](https://github.com/nycolaide/lapikit/blob/main/LICENSE).
87
+ Licensed under the [MIT license](https://github.com/lapikit/lapikit/blob/main/LICENSE).
88
88
 
89
89
  Copyright © 2025 Nycolaide
90
90
 
@@ -111,7 +111,7 @@ We are proud supporters of the open-source community and contribute to several p
111
111
  [join-discord-lapikit]: https://img.shields.io/badge/Join%20the%20community-black.svg?style=for-the-badge&logo=Discord
112
112
  [subscribe-to-instagram]: https://img.shields.io/badge/Follow%20@Lapikit-black.svg?style=for-the-badge&logo=Instagram
113
113
  [version]: https://img.shields.io/npm/v/lapikit.svg?label=Version&color=f58142
114
- [license]: https://badgen.net/github/license/nycolaide/lapikit?label=License&color=cc5640
114
+ [license]: https://badgen.net/github/license/lapikit/lapikit?label=License&color=cc5640
115
115
  [installs]: https://badgen.net/npm/dt/lapikit?label=NPM%20installs&color=40ba12
116
116
  [installs-this-month]: https://badgen.net/npm/dm/lapikit?label=NPM%20installs&color=40ba12
117
117
  [discord]: https://img.shields.io/discord/1383879204671721492?color=5865F2&label=Discord&logo=discord&logoColor=white
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lapikit",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -8,15 +8,14 @@
8
8
  "homepage": "https://lapikit.dev",
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/Nycolaide/lapikit.git",
12
- "directory": "packages/lapikit"
11
+ "url": "git+https://github.com/lapikit/lapikit.git"
13
12
  },
14
13
  "author": {
15
14
  "name": "Nycolaide",
16
15
  "email": "contact@lapikit.dev"
17
16
  },
18
17
  "funding": "https://buymeacoffee.com/nycolaide",
19
- "bugs": "https://github.com/Nycolaide/lapikit/issues",
18
+ "bugs": "https://github.com/lapikit/lapikit/issues",
20
19
  "scripts": {
21
20
  "dev": "vite dev",
22
21
  "build": "vite build && npm run prepack",