scq-vue 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 +4 -2
  2. package/package.json +10 -2
package/README.md CHANGED
@@ -5,6 +5,8 @@ Vue 3 component library with Button and Input.
5
5
  ## Install
6
6
 
7
7
  ```bash
8
+ npm install scq-vue
9
+ yarn add scq-vue
8
10
  pnpm add scq-vue
9
11
  ```
10
12
 
@@ -41,7 +43,7 @@ import 'scq-vue/styles/input.css'
41
43
  - Button
42
44
  - Input
43
45
 
44
- ## Development
46
+ <!-- ## Development
45
47
 
46
48
  ```bash
47
49
  pnpm install
@@ -71,4 +73,4 @@ npm publish
71
73
  - dist/scq-vue.es.js
72
74
  - dist/scq-vue.umd.js
73
75
  - dist/style.css
74
- - dist/types
76
+ - dist/types -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scq-vue",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A Vue 3 component library",
5
5
  "main": "./dist/scq-vue.umd.js",
6
6
  "module": "./dist/scq-vue.es.js",
@@ -29,7 +29,15 @@
29
29
  "prepublishOnly": "pnpm run build",
30
30
  "test": "echo \"Error: no test specified\" && exit 1"
31
31
  },
32
- "keywords": [],
32
+ "keywords": [
33
+ "vue",
34
+ "vue3",
35
+ "component-library",
36
+ "ui",
37
+ "button",
38
+ "input",
39
+ "scq-vue"
40
+ ],
33
41
  "author": "",
34
42
  "license": "ISC",
35
43
  "packageManager": "pnpm@10.33.3",