JCB9090 / juan-carlos-torrents-2

Stream torrents from KAT.cr in Stremio - successor to "Juan Carlos Torrents"
46 stars 11 forks source link

Add start statements to package.json #1

Closed mgscreativa closed 8 years ago

mgscreativa commented 8 years ago

Hi, I think you may add a start statement to package.json so the start of the script would be simply as "npm start"

  "scripts": {
    "start": "node ./node_modules/multipass-torrent/cli/multipass.js --config ./multipass.cfg.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
JCB9090 commented 8 years ago

Good point - mind PR-ing that?

mgscreativa commented 8 years ago

Hi,, Sorry #JCB9090, don't know what's that, here is the complete code as I suggest.

{
  "name": "juan-carlos-torrents-2",
  "version": "1.0.0",
  "description": "Stream torrents from KAt.cr and others in Stremio",
  "main": "index.js",
  "scripts": {
    "start": "node ./node_modules/multipass-torrent/cli/multipass.js --config ./multipass.cfg.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Juan Carlos",
  "license": "MIT",
  "dependencies": {
    "multipass-torrent": "^0.4.4"
  }
}
JCB9090 commented 8 years ago

That's perfect!

JCB9090 commented 8 years ago

done