Skip to content

Commit

Permalink
Updated version number & fixed start-dev script for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Mar 31, 2021
1 parent 912f5a1 commit 6a09c0c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions control
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Package: Spotube
Version: 0.0.1
Version: 0.0.2
Section: sound
Priority: optional
Architecture: all
Essential: no
Installed-Size: 44000
Installed-Size: 31000
Maintainer: KR Tirtho
Description: A music streaming app combining the power of Spotify & Youtube
Homepage: https://github.com/KRTirtho/spotube
4 changes: 2 additions & 2 deletions deb-struct/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Package: Spotube
Version: 0.0.1
Version: 0.0.2
Section: sound
Priority: optional
Architecture: all
Essential: no
Installed-Size: 44000
Installed-Size: 31000
Maintainer: KR Tirtho
Description: A music streaming app combining the power of Spotify & Youtube
Homepage: https://github.com/KRTirtho/spotube
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spotube",
"version": "0.0.1",
"version": "0.0.2",
"main": "index.js",
"author": "KR Tirtho",
"license": "MIT",
Expand All @@ -9,7 +9,8 @@
"build": "webpack --mode=production",
"dev": "cross-env TSC_WATCHFILE=UseFsEvents webpack --mode=development",
"start": "qode ./dist/index.js",
"start-dev": "concurrently -n 'webpack,spotube' -p '{name}-{pid}' -c 'bgBlue,bgGreen' -i --default-input-target spotube 'npm run dev' 'nodemon -e node -w ./*.babelrc -x \"npm start\"'",
"start:watch": "nodemon -e node -w ./*.babelrc -x \"npm start\"",
"start-dev": "concurrently -n \"webpack,spotube\" -p \"{name}-{pid}\" -c \"bgBlue,bgGreen\" -i --default-input-target spotube \"npm run dev\" \"npm run start:watch\"",
"start:trace": "qode ./dist/index.js --trace",
"debug": "qode --inspect ./dist/index.js",
"pack": "nodegui-packer -p ./dist",
Expand Down

0 comments on commit 6a09c0c

Please sign in to comment.