@linear_non/stellar-kit 1.0.0 → 1.0.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 +2 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,9 +17,8 @@ A modular frontend utility kit for custom websites. Built for performance, exten
17
17
  ## 📦 Installation
18
18
 
19
19
  ```bash
20
- npm install stellar-kit
21
- # Or from GitHub:
22
- npm install nonlinearstudio/stellar-kit
20
+ npm install @linear_non/stellar-kit
21
+
23
22
  ```
24
23
 
25
24
  ## 🧱 Folder Structure
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linear_non/stellar-kit",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Stellar frontend core for Non-Linear Studio projects.",
5
5
  "main": "index.js",
6
6
  "exports": {