Skip to content

Commit dd96d45

Browse files
author
Cris
committed
4.0.0: Fixing version
1 parent aa58ebf commit dd96d45

File tree

7 files changed

+2834
-241804
lines changed

7 files changed

+2834
-241804
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The data used in the example is located in [example-germany-covid/sample-germany
9797
If you prefer to look at the code, modify something or run the source code on this repository, you will need to install and configure the following programs on your computer:
9898

9999
* [Git](https://git-scm.com/downloads).
100-
* [Node.js (>14.0.0)](https://nodejs.org/).
100+
* [Node.js (>14.0.0)](https://nodejs.org/) with npm (>6).
101101
* [Nim language compiler (>1.0.0)](https://nim-lang.org/).
102102

103103
Once these main platforms are installed, run/test the source code is straightforward from your Bash-compatible command line:

package-lock.json

Lines changed: 0 additions & 9283 deletions
This file was deleted.

package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,33 @@
11
{
2-
"name": "RITS-Toolbox",
3-
"version": "4.0.1",
4-
"description": "Robust Interrupted Time Series Toolbox - KAUST Biostatistics Group",
52
"main": "./index.js",
3+
"description": "Robust Interrupted Time Series Toolbox - KAUST Biostatistics Group",
4+
"version": "4.0.1",
5+
"name": "RITS-Toolbox",
66
"scripts": {
77
"start": "./node_modules/.bin/electron index.js",
8-
"optimize-scripts": "cd resources/; ../node_modules/.bin/parcel main.js;",
8+
"optimize-scripts": "cd resources/; ../node_modules/.bin/parcel build main.js;",
99
"update-ui": "cd resources/src/[email protected]/; sh compile_tags.sh;",
1010
"update-stats-model": "cd resources/src/[email protected]/model/; sh compile_model.sh;",
11-
"build-windows": "/node_modules/.bin/electron-builder --win",
12-
"build-linux": "/node_modules/.bin/electron-builder --linux",
13-
"build-mac": "/node_modules/.bin/electron-builder --mac",
14-
"pack": "/node_modules/.bin/electron-builder -wml"
11+
"build-windows": "./node_modules/.bin/electron-builder --win",
12+
"build-linux": "./node_modules/.bin/electron-builder --linux",
13+
"build-mac": "./node_modules/.bin/electron-builder --mac",
14+
"build-all": "./node_modules/.bin/electron-builder -wml",
15+
"pack": "./node_modules/.bin/electron-builder -wml"
1516
},
1617
"author": "KAUST.Biostatistics",
1718
"license": "MIT/GPL",
1819
"devDependencies": {
1920
"cssnano": "^4.1.10",
2021
"electron": "^11.0.3",
21-
"electron-builder": "^22.9.1",
22+
"electron-builder": "^21.2.0",
2223
"parcel-bundler": "^1.12.4",
2324
"riot-cli": "^4.1.2",
2425
"riot-compiler": "^3.6.0"
2526
},
2627
"build": {
2728
"icon": "resources/images/app/app",
2829
"appId": "kaust.biostatistics.rits",
29-
"electronVersion": "4.1.1",
30+
"electronVersion": "11.0.3",
3031
"files": [
3132
{
3233
"from": "./",

0 commit comments

Comments
 (0)