Skip to content

Commit

Permalink
Add Bash compatability using ShellJS
Browse files Browse the repository at this point in the history
  • Loading branch information
Finchiedev committed Jul 27, 2018
1 parent d04917e commit 6368504
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 17 deletions.
1 change: 1 addition & 0 deletions App/JS/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
var shell = require('shelljs');
59 changes: 42 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
},
"devDependencies": {
"electron": "^2.0.5"
},
"dependencies": {
"shelljs": "^0.8.2"
}
}

0 comments on commit 6368504

Please sign in to comment.