Skip to content

Commit 6a09c0c

Browse files
committed
Updated version number & fixed start-dev script for windows
1 parent 912f5a1 commit 6a09c0c

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

control

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Package: Spotube
2-
Version: 0.0.1
2+
Version: 0.0.2
33
Section: sound
44
Priority: optional
55
Architecture: all
66
Essential: no
7-
Installed-Size: 44000
7+
Installed-Size: 31000
88
Maintainer: KR Tirtho
99
Description: A music streaming app combining the power of Spotify & Youtube
1010
Homepage: https://github.com/KRTirtho/spotube

deb-struct/DEBIAN/control

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Package: Spotube
2-
Version: 0.0.1
2+
Version: 0.0.2
33
Section: sound
44
Priority: optional
55
Architecture: all
66
Essential: no
7-
Installed-Size: 44000
7+
Installed-Size: 31000
88
Maintainer: KR Tirtho
99
Description: A music streaming app combining the power of Spotify & Youtube
1010
Homepage: https://github.com/KRTirtho/spotube

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spotube",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"main": "index.js",
55
"author": "KR Tirtho",
66
"license": "MIT",
@@ -9,7 +9,8 @@
99
"build": "webpack --mode=production",
1010
"dev": "cross-env TSC_WATCHFILE=UseFsEvents webpack --mode=development",
1111
"start": "qode ./dist/index.js",
12-
"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\"'",
12+
"start:watch": "nodemon -e node -w ./*.babelrc -x \"npm start\"",
13+
"start-dev": "concurrently -n \"webpack,spotube\" -p \"{name}-{pid}\" -c \"bgBlue,bgGreen\" -i --default-input-target spotube \"npm run dev\" \"npm run start:watch\"",
1314
"start:trace": "qode ./dist/index.js --trace",
1415
"debug": "qode --inspect ./dist/index.js",
1516
"pack": "nodegui-packer -p ./dist",

0 commit comments

Comments
 (0)