electrify-web 1.0.6 → 1.0.7
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/lib/cli.js +0 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/lib/cli.js
CHANGED
|
File without changes
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nativefier",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "nativefier",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.7",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@electron/asar": "^3.2.4",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electrify-web",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Transform any website into a native desktop app with one command",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Electrify Web Contributors",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build-app": "cd app && webpack",
|
|
38
38
|
"build-app-static": "ncp app/src/static/ app/lib/static/ && ncp app/dist/preload.js app/lib/preload.js && ncp app/dist/preload.js.map app/lib/preload.js.map",
|
|
39
|
-
"build": "npm run clean && tsc --build shared src app && npm run build-app && npm run build-app-static",
|
|
39
|
+
"build": "npm run clean && tsc --build shared src app && npm run build-app && npm run build-app-static && chmod +x lib/cli.js",
|
|
40
40
|
"build:watch": "npm run clean && tsc --build shared src app --watch",
|
|
41
41
|
"changelog": "./.github/generate-changelog",
|
|
42
42
|
"clean": "rimraf coverage/ lib/ app/lib/ app/dist/ shared/lib",
|