Skip to content

Commit 0ccd484

Browse files
committed
5.0.1 - Fix: missing applescript dependency
Fixes #44
1 parent 90e7bb8 commit 0ccd484

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auto-launch",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Launch node applications or executables at login (Mac, Windows, and Linux)",
55
"main": "dist/index.js",
66
"scripts": {
@@ -43,6 +43,7 @@
4343
},
4444
"homepage": "https://github.com/4ver/node-auto-launch",
4545
"dependencies": {
46+
"applescript": "^1.0.0",
4647
"mkdirp": "^0.5.1",
4748
"path-is-absolute": "^1.0.0",
4849
"untildify": "^3.0.2",

0 commit comments

Comments
 (0)