@electron/rebuild 3.2.11 → 3.2.12

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@electron/rebuild",
3
- "version": "3.2.11",
3
+ "version": "3.2.12",
4
4
  "description": "Electron supporting package to rebuild native node modules against the currently installed electron",
5
5
  "main": "lib/main.js",
6
6
  "typings": "lib/main.d.ts",
@@ -16,7 +16,7 @@
16
16
  "test": "npm run lint && npm run spec"
17
17
  },
18
18
  "bin": {
19
- "electron-rebuild": "lib/src/cli.js"
19
+ "electron-rebuild": "lib/cli.js"
20
20
  },
21
21
  "files": [
22
22
  "lib"