Skip to content

Commit ff2cf5c

Browse files
Release 1.1.166
1 parent e644bd6 commit ff2cf5c

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "predix-nodejs-starter",
3-
"version": "1.1.165",
3+
"version": "1.1.166",
44
"private": true,
55
"scripts": {
66
"start": "node server/app.js",

scripts/quickstart-front-end-basic-node-express.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ BRANCH="master"
4040
PRINT_USAGE=0
4141
SKIP_SETUP=false
4242

43-
IZON_SH="https://raw.githubusercontent.com/PredixDev/izon//izon2.sh"
43+
IZON_SH="https://raw.githubusercontent.com/PredixDev/izon/1.2.0/izon2.sh"
4444
#ASSET_MODEL="-amrmd predix-ui-seed/server/sample-data/predix-asset/asset-model-metadata.json predix-ui-seed/server/sample-data/predix-asset/asset-model.json"
4545
SCRIPT="-script build-basic-app.sh -script-readargs build-basic-app-readargs.sh"
4646
QUICKSTART_ARGS="-ba -uaa -asset -ts -wd -nsts $SCRIPT"

scripts/quickstart-front-end-template.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function local_read_args() {
3535
fi
3636
}
3737

38-
IZON_SH="https://raw.githubusercontent.com/PredixDev/izon//izon2.sh"
38+
IZON_SH="https://raw.githubusercontent.com/PredixDev/izon/1.2.0/izon2.sh"
3939
BRANCH="master"
4040
PRINT_USAGE=0
4141
SKIP_SETUP=false
@@ -84,7 +84,6 @@ function init() {
8484
fi
8585

8686
check_internet
87-
8887
#get the script that reads version.json
8988
eval "$(curl -s -L $IZON_SH)"
9089

version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "Predix Front End Web App.html",
3-
"version": "1.1.165",
3+
"version": "1.1.166",
44
"private": true,
55
"dependencies": {
66
"local-setup": "https://github.com/PredixDev/local-setup#1.0.102",
7-
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.192",
7+
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.193",
88
"Predix-HelloWorld-WebApp": "https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.146",
9-
"predix-nodejs-starter": "https://github.com/PredixDev/predix-nodejs-starter#1.1.165",
9+
"predix-nodejs-starter": "https://github.com/PredixDev/predix-nodejs-starter#1.1.166",
1010
"winddata-timeseries-service": "https://github.com/PredixDev/winddata-timeseries-service#2.0.60"
1111
},
1212
"author": "turnerth"

0 commit comments

Comments
 (0)