We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff6a9a commit 3cca88aCopy full SHA for 3cca88a
release/app/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "plainprinter",
3
"productName": "PlainPrinter",
4
- "version": "0.2.0",
+ "version": "0.2.1",
5
"description": "Plain screen printer",
6
"main": "./dist/main/main.js",
7
"author": {
@@ -17,7 +17,7 @@
17
"license": "GPL-3.0-only",
18
"dependencies": {
19
"pdfkit": "^0.12.3",
20
- "screenshot-desktop": "^1.12.7",
+ "screenshot-desktop": "git+https://github.com/bencevans/screenshot-desktop.git#f43ace973fe22a67965f738ab54fc8d3a16bb3d3",
21
"robotjs": "^0.6.0"
22
},
23
"devDependencies": {}
0 commit comments