@unsetsoft/ryunixjs 0.2.14-nightly.8 → 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.
- package/README.md +4 -4
- package/package.json +2 -3
- package/.babelrc +0 -11
- package/lib/components/index.js +0 -4
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
|
|
3
|
+
"version": "0.2.14",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/Ryunix.js",
|
|
6
6
|
"private": false,
|
|
@@ -10,8 +10,7 @@
|
|
|
10
10
|
"homepage": "https://github.com/UnSetSoft/Ryunixjs#readme",
|
|
11
11
|
"scripts": {
|
|
12
12
|
"build": "rollup ./lib/main.js --file ./dist/Ryunix.js --format umd --name Ryunix",
|
|
13
|
-
"
|
|
14
|
-
"postinstall": "yarn build && yarn components"
|
|
13
|
+
"postinstall": "yarn build"
|
|
15
14
|
},
|
|
16
15
|
"bin": {
|
|
17
16
|
"ryunix": "./bin/index.js"
|
package/.babelrc
DELETED
package/lib/components/index.js
DELETED