Skip to content

Commit

Permalink
5.0.1 - Fix: missing applescript dependency
Browse files Browse the repository at this point in the history
Fixes #44
  • Loading branch information
adam-lynch committed Sep 19, 2016
1 parent 90e7bb8 commit 0ccd484
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auto-launch",
"version": "5.0.0",
"version": "5.0.1",
"description": "Launch node applications or executables at login (Mac, Windows, and Linux)",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -43,6 +43,7 @@
},
"homepage": "https://github.com/4ver/node-auto-launch",
"dependencies": {
"applescript": "^1.0.0",
"mkdirp": "^0.5.1",
"path-is-absolute": "^1.0.0",
"untildify": "^3.0.2",
Expand Down

0 comments on commit 0ccd484

Please sign in to comment.