Hotfix/4.0.0 (#48)

* validate time string
* handle time entered in seconds
* fix: id in delays and blocks
This commit is contained in:
Carlos Valente
2021-11-27 20:35:06 +01:00
committed by GitHub
parent 8c740b7111
commit 627cce7ba6
6 changed files with 79 additions and 22 deletions
+4 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ontime",
"version": "0.3.2",
"version": "0.4.1",
"author": "Carlos Valente",
"description": "Time keeping for live events",
"repository": "https://github.com/cpvalente/ontime",
@@ -25,6 +25,9 @@
},
"scripts": {
"nodestart": "NODE_ENV=development node src/app.js",
"setdb": "cp data/db.json src/data/db.json",
"clean": "rm -rf ../client/build/ && rm -rf ../client/node_modules && rm -rf src/node_modules && rm -rf ./node_modules && rm -rf ./dist",
"prep": "yarn clean && yarn prep",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"start": "NODE_ENV=development electron .",
"pack": "electron-builder --dir",