nanoshell 1.8.2 → 1.8.4
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/cli/index.js +3 -3
- package/package.json +1 -1
- package/zig-out/bin/nanoshell.exe +0 -0
package/cli/index.js
CHANGED
|
@@ -168,9 +168,9 @@ if (args.length > 0 && !args[0].startsWith('-') && args[0] !== 'package' && args
|
|
|
168
168
|
description: "A NanoShell native desktop application",
|
|
169
169
|
main: "app/index.html",
|
|
170
170
|
scripts: {
|
|
171
|
-
"start": "
|
|
172
|
-
"build": "
|
|
173
|
-
"package": "
|
|
171
|
+
"start": "nanoshell start",
|
|
172
|
+
"build": "nanoshell build",
|
|
173
|
+
"package": "nanoshell package"
|
|
174
174
|
},
|
|
175
175
|
keywords: ["nanoshell", "desktop", "native"],
|
|
176
176
|
author: "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nanoshell",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.4",
|
|
4
4
|
"description": "Hyper-lightweight native desktop application framework. 17MB RAM, 120 FPS, pure Win32 DPI-aware windowing with WebKit rendering. No Electron. Created by Suman Biswas.",
|
|
5
5
|
"main": "cli/index.js",
|
|
6
6
|
"bin": {
|
|
Binary file
|