Skip to content

Commit

Permalink
add atom-shell as dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Apr 12, 2015
1 parent 9e4189d commit 03b1c0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@
"torrent-stream": "^0.18.1"
},
"devDependencies": {
"atom-shell": "^0.23.0",
"atom-shell-packager": "^2.1.1"
},
"bin": {
"playback": "./app.js"
},
"scripts": {
"bundle": "atom-shell-packager . Playback --ignore=test.mp4 && cp info.plist Playback.app/Contents/Info.plist && cp icon.icns Playback.app/Contents/Resources/atom.icns"
"start": "atom-shell app.js",
"dev": "atom-shell app.js test.mp4",
"bundle": "atom-shell-packager . Playback --ignore=test.mp4 --ignore=node_modules/atom-shell && cp info.plist Playback.app/Contents/Info.plist && cp icon.icns Playback.app/Contents/Resources/atom.icns"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 03b1c0c

Please sign in to comment.