Skip to content

Commit 03b1c0c

Browse files
committed
add atom-shell as dev dep
1 parent 9e4189d commit 03b1c0c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,16 @@
2121
"torrent-stream": "^0.18.1"
2222
},
2323
"devDependencies": {
24+
"atom-shell": "^0.23.0",
2425
"atom-shell-packager": "^2.1.1"
2526
},
2627
"bin": {
2728
"playback": "./app.js"
2829
},
2930
"scripts": {
30-
"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"
31+
"start": "atom-shell app.js",
32+
"dev": "atom-shell app.js test.mp4",
33+
"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"
3134
},
3235
"repository": {
3336
"type": "git",

0 commit comments

Comments
 (0)