@unsetsoft/ryunixjs 0.2.14-nightly.9 → 0.2.14

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 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,21 +9,21 @@ Is a ReactJS Clone! Even lighter, however, at a very early stage for production
9
9
 
10
10
  ## Usage
11
11
 
12
- `npx @unsetsoft/create-ryunix-app get`
12
+ `npx @unsetsoft/create-ryunix-app@latest get`
13
13
 
14
14
  ### Rename your final folder
15
15
 
16
- `npx @unsetsoft/create-ryunix-app get --dirname awasome-ryunix-app`
16
+ `npx @unsetsoft/create-ryunix-app@latest get --dirname awasome-ryunix-app`
17
17
 
18
18
  ### Templates
19
19
 
20
- `npx @unsetsoft/create-ryunix-app get --template ryunix-jsx`
20
+ `npx @unsetsoft/create-ryunix-app@latest get --template ryunix-jsx`
21
21
 
22
22
  Supported templates [ryunix-js|ryunix-jsx|ryunix-ryx]
23
23
 
24
24
  ### Branch (Not recomended and only works with create-ryunix-app 1.0.1)
25
25
 
26
- `npx @unsetsoft/create-ryunix-app get --branch <github branch>`
26
+ `npx @unsetsoft/create-ryunix-app@latest get --branch <github branch>`
27
27
 
28
28
  ## Bugs?
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unsetsoft/ryunixjs",
3
- "version": "0.2.14-nightly.9",
3
+ "version": "0.2.14",
4
4
  "license": "MIT",
5
5
  "main": "./dist/Ryunix.js",
6
6
  "private": false,