easyscreen-shot 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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "easyscreen-shot",
3
- "version": "1.0.0",
4
- "description": "Cross-platform screenshot tool with Green Box UI",
3
+ "version": "1.0.1",
4
+ "description": "Screenshot tool for customize size and consistent shot",
5
5
  "main": "main.js",
6
6
  "bin": {
7
7
  "easyshot": "bin/easyshot.js"
@@ -30,10 +30,10 @@
30
30
  "url": "https://github.com/JASON-QWeb/EasyScreenShot/issues"
31
31
  },
32
32
  "devDependencies": {
33
- "electron": "^39.2.7",
34
33
  "electron-builder": "^24.0.0"
35
34
  },
36
35
  "dependencies": {
37
- "commander": "^14.0.2"
36
+ "commander": "^14.0.2",
37
+ "electron": "^39.2.7"
38
38
  }
39
39
  }