@unsetsoft/ryunixjs 0.2.23 → 0.2.25
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 +1 -15
- package/package.json +5 -2
- package/webpack.config.js +1 -1
package/README.md
CHANGED
|
@@ -9,21 +9,7 @@ Is a ReactJS Clone! Even lighter, however, at a very early stage for production
|
|
|
9
9
|
|
|
10
10
|
## Usage
|
|
11
11
|
|
|
12
|
-
`npx @unsetsoft/
|
|
13
|
-
|
|
14
|
-
### Rename your final folder
|
|
15
|
-
|
|
16
|
-
`npx @unsetsoft/create-ryunix-app@latest get --dirname awasome-ryunix-app`
|
|
17
|
-
|
|
18
|
-
### Templates
|
|
19
|
-
|
|
20
|
-
`npx @unsetsoft/create-ryunix-app@latest get --template ryunix-jsx`
|
|
21
|
-
|
|
22
|
-
Supported templates [ryunix-js|ryunix-jsx|ryunix-ryx]
|
|
23
|
-
|
|
24
|
-
### Branch (Not recomended and only works with create-ryunix-app 1.0.1)
|
|
25
|
-
|
|
26
|
-
`npx @unsetsoft/create-ryunix-app@latest get --branch <github branch>`
|
|
12
|
+
`npx @unsetsoft/cra@latest`
|
|
27
13
|
|
|
28
14
|
## Bugs?
|
|
29
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unsetsoft/ryunixjs",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.25",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/Ryunix.js",
|
|
6
6
|
"private": false,
|
|
@@ -44,5 +44,8 @@
|
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|
|
46
46
|
"node": ">=18.16.0"
|
|
47
|
-
}
|
|
47
|
+
},
|
|
48
|
+
"keywords": [
|
|
49
|
+
"ryunixjs"
|
|
50
|
+
]
|
|
48
51
|
}
|
package/webpack.config.js
CHANGED
|
@@ -12,7 +12,7 @@ module.exports = {
|
|
|
12
12
|
chunkFilename: "./assets/js/[name].[fullhash:8].bundle.js",
|
|
13
13
|
filename: "./assets/js/[name].[fullhash:8].bundle.js",
|
|
14
14
|
devtoolModuleFilenameTemplate: "ryunix/[resource-path]",
|
|
15
|
-
|
|
15
|
+
clean: true,
|
|
16
16
|
},
|
|
17
17
|
devServer: {
|
|
18
18
|
hot: true,
|