win_webview2 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,7 +8,7 @@ Win Webview2 is a GUI toolkit for building desktop applications with Node.js. It
8
8
  Run the following command:
9
9
 
10
10
  ```sh
11
- npx ww2_builder
11
+ npx win_webview2
12
12
  ```
13
13
 
14
14
  A menu will appear in the terminal with the following options:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "win_webview2",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/nnttoo/win_webview2"
@@ -9,7 +9,7 @@
9
9
  "main": "index.js",
10
10
  "exports": "./winWebview2.mjs",
11
11
  "bin": {
12
- "ww2_builder": "./ww2_builder.mjs"
12
+ "win_webview2": "./ww2_builder.mjs"
13
13
  },
14
14
  "author": "",
15
15
  "license": "ISC",