rippleui-cli 0.1.0 → 0.1.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 +3 -3
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -12,7 +12,7 @@ npx rippleui-cli init
12
12
  This will:
13
13
 
14
14
  - Detect your tailwind setup and import alias defined in the vite configuration
15
- - Ask you to chose a base color and an accent theme
15
+ - Ask you to choose a base color and an accent theme
16
16
  - Write a `components.json` config file
17
17
  - Inject CSS variables and theme tokens into your main CSS file
18
18
 
@@ -36,7 +36,7 @@ npx rippleui-cli list
36
36
  npx rippleui-cli installed
37
37
  ```
38
38
 
39
- ## Aviable components
39
+ ## Available components
40
40
 
41
41
  - button
42
42
  - checkbox
@@ -60,7 +60,7 @@ npx rippleui-cli installed
60
60
 
61
61
  ## components.json
62
62
 
63
- Generated during initalization:
63
+ Generated during initialization:
64
64
  ```json
65
65
  {
66
66
  "aliases": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rippleui-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "shadcn/ui inspired components library for Ripple TS",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -24,13 +24,13 @@
24
24
  "author": "Radosław Kaczmarczyk",
25
25
  "license": "MIT",
26
26
  "repository": {
27
- "type": "git",
28
- "url": "https://github.com/radeqq007/ripple-ui.git"
29
- },
30
- "homepage": "https://github.com/radeqq007/ripple-ui#readme",
31
- "bugs": {
32
- "url": "https://github.com/radeqq007/ripple-ui/issues"
33
- },
27
+ "type": "git",
28
+ "url": "https://github.com/radeqq007/ripple-ui.git"
29
+ },
30
+ "homepage": "https://github.com/radeqq007/ripple-ui#readme",
31
+ "bugs": {
32
+ "url": "https://github.com/radeqq007/ripple-ui/issues"
33
+ },
34
34
  "engines": {
35
35
  "node": ">=18"
36
36
  },