creativecorvidstylelibrary 1.0.1 → 1.0.2

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 -3
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -25,10 +25,8 @@ A customizable and standardized Vue 3 + TypeScript component and style library,
25
25
 
26
26
  ## 🚀 Installation
27
27
 
28
- ### 📦 From GitHub (recommended for now)
29
-
30
28
  ```bash
31
- npm install git+https://github.com/Zibilianja/creative-corvid.git
29
+ npm install creativecorvidstylelibrary
32
30
  ```
33
31
 
34
32
  ## Demo Application
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "creativecorvidstylelibrary",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A component and style library for building creative applications with Vue 3",
5
5
  "type": "module",
6
6
  "license": "Prosperity-3.0.0",
@@ -14,7 +14,8 @@
14
14
  "import": "./dist/creative-corvid-library.es.js",
15
15
  "require": "./dist/creative-corvid-library.umd.js",
16
16
  "default": "./dist/creative-corvid-library.es.js"
17
- }
17
+ },
18
+ "./style.css": "./dist/creativecorvidstylelibrary.css"
18
19
  },
19
20
  "files": [
20
21
  "dist/**"