Fix Node.js 12 compatibility

Fixes #38
This commit is contained in:
Sindre Sorhus 2019-05-28 16:23:19 +07:00
parent 75d582929c
commit c97a273bc5
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
"apple" "apple"
], ],
"dependencies": { "dependencies": {
"appdmg": "^0.5.2", "appdmg": "^0.6.0",
"execa": "^1.0.0", "execa": "^1.0.0",
"gm": "^1.23.1", "gm": "^1.23.1",
"icns-lib": "^1.0.1", "icns-lib": "^1.0.1",