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 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": "npx nanoshell start",
172
- "build": "npx nanoshell build",
173
- "package": "npx nanoshell 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.2",
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