1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-16 21:12:13 +00:00

Breaking changes in CLI params

This commit is contained in:
snobu
2020-04-16 19:47:30 +03:00
parent 176fa6e214
commit c11c9b6334
6 changed files with 36 additions and 30 deletions

View File

@@ -4,14 +4,13 @@
"type": "git",
"url": "git://github.com/snobu/destreamer.git"
},
"version": "1.0.0",
"version": "2.0.0",
"description": "Save Microsoft Stream videos for offline enjoyment.",
"main": "build/src/destreamer.js",
"bin": "build/src/destreamer.js",
"scripts": {
"build": "echo Transpiling TypeScript to JavaScript... & node node_modules/typescript/bin/tsc --listEmittedFiles",
"run": "node ./build/src/destreamer.js",
"start": "npm run -s build & npm run -s run",
"start": "node ./build/src/destreamer.js process.argv",
"test": "mocha build/test"
},
"keywords": [],