Skip to content

Commit 1dc47e5

Browse files
committed
0.0.46
1 parent 14f3d23 commit 1dc47e5

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
{
22
"name": "Mobster",
3-
"version": "0.0.45",
4-
"description":
5-
"A cross-platform mob programming timer built on web technologies",
3+
"version": "0.0.46",
4+
"description": "A cross-platform mob programming timer built on web technologies",
65
"main": "main.js",
76
"scripts": {
8-
"start":
9-
"NODE_ENV=dev concurrently --kill-others 'npm run webpack-dev' 'npm run build-node && npm test && electron .'",
10-
"startprod":
11-
"NODE_ENV=production npm test && npm run build-node && npm run webpack-production && electron .",
7+
"start": "NODE_ENV=dev concurrently --kill-others 'npm run webpack-dev' 'npm run build-node && npm test && electron .'",
8+
"startprod": "NODE_ENV=production npm test && npm run build-node && npm run webpack-production && electron .",
129
"webpack-dev": "webpack-dev-server --hot --port 8080",
1310
"webpack-production": "webpack -p --env.production",
1411
"build-node": "npm run generate-ipc && npm run types",
15-
"generate-ipc":
16-
"elm-electron src/Ipc.elm --ts typescript/ipc.ts --elm src/IpcSerializer.elm",
17-
"test-watch":
18-
"npm test; fswatch -0 src tests -e '.*' -i \\.elm$ | xargs -0 -n1 -I{} npm test",
12+
"generate-ipc": "elm-electron src/Ipc.elm --ts typescript/ipc.ts --elm src/IpcSerializer.elm",
13+
"test-watch": "npm test; fswatch -0 src tests -e '.*' -i \\.elm$ | xargs -0 -n1 -I{} npm test",
1914
"test": "clear && echo 'running tests' && elm-test",
2015
"pack": "build --dir",
2116
"dist-mac": "build --mac",
@@ -32,7 +27,12 @@
3227
}
3328
},
3429
"repository": "https://github.com/dillonkearns/mobster",
35-
"keywords": ["Electron", "mob programming", "timer", "Agile"],
30+
"keywords": [
31+
"Electron",
32+
"mob programming",
33+
"timer",
34+
"Agile"
35+
],
3636
"author": "Dillon Kearns",
3737
"license": "MIT",
3838
"devDependencies": {

0 commit comments

Comments
 (0)