Remove unnecessary files after removal of npm package.

This commit is contained in:
Benjamin Tan
2016-09-28 12:16:56 +08:00
committed by Feross Aboukhadijeh
parent b3ec61ddd8
commit 9a17313a0c
2 changed files with 0 additions and 13 deletions

View File

@@ -1,10 +0,0 @@
#!/usr/bin/env node
var electron = require('electron')
var cp = require('child_process')
var path = require('path')
var child = cp.spawn(electron, [path.join(__dirname, '..')], {stdio: 'inherit'})
child.on('close', function (code) {
process.exitCode = code
})

View File

@@ -7,9 +7,6 @@
"email": "feross@webtorrent.io",
"url": "https://webtorrent.io"
},
"bin": {
"webtorrent-desktop": "./bin/cmd.js"
},
"bugs": {
"url": "https://github.com/feross/webtorrent-desktop/issues"
},