@unsetsoft/ryunixjs 0.2.15-nightly.7 → 0.2.16
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/bin/index.js +0 -2
- package/package.json +2 -2
package/bin/index.js
CHANGED
|
@@ -10,11 +10,9 @@ const serv = {
|
|
|
10
10
|
handler: async (arg) => {
|
|
11
11
|
const port = arg.port || 3000;
|
|
12
12
|
const open = Boolean(arg.browser) || false;
|
|
13
|
-
const compress = Boolean(arg.compress) || false;
|
|
14
13
|
const settings = {
|
|
15
14
|
port: port,
|
|
16
15
|
open,
|
|
17
|
-
compress,
|
|
18
16
|
};
|
|
19
17
|
|
|
20
18
|
StartServer(settings);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unsetsoft/ryunixjs",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.16",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/Ryunix.js",
|
|
6
6
|
"private": false,
|
|
@@ -10,7 +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
|
-
"postinstall": "
|
|
13
|
+
"postinstall": "npm build",
|
|
14
14
|
"cli": "node ./bin/index.js"
|
|
15
15
|
},
|
|
16
16
|
"bin": {
|