cedro 0.1.24 → 0.1.26

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 +8 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,17 +1,19 @@
1
- <!-- markdownlint-disable-next-line -->
2
- <div align="center">
1
+ <p align="center">
3
2
  <img src="https://raw.githubusercontent.com/hdrdevs/cedro/main/public/cedro-logo.svg" alt="Cedro" width="170">
4
- <h1>cedro</h1>
5
- </div>
6
- <h6>Javascript library to build user interfece based on widgets.</h6>
3
+ </p>
4
+
5
+ <h1 align="center">cedro</h1>
6
+
7
+ Javascript library to build user interfece based on widgets.
7
8
 
8
9
  ## Getting Started
9
10
 
10
11
  Install Vite project template from command line
11
12
 
12
13
  ```sh
13
- sudo npm install -g degit
14
+ npm install -g degit
14
15
  npx degit hdrdevs/vite-cedro#main my-app-name
16
+ cd my-app-name
15
17
  npm install
16
18
  npm run dev
17
19
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cedro",
3
- "version": "0.1.24",
3
+ "version": "0.1.26",
4
4
  "type": "module",
5
5
  "devDependencies": {
6
6
  "@types/node": "^20.4.4",