Skip to content

Commit e644bd6

Browse files
Release 1.1.165
1 parent 97a9bb0 commit e644bd6

5 files changed

+8
-8
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

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

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

+1-1
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/1.2.0/izon2.sh"
43+
IZON_SH="https://raw.githubusercontent.com/PredixDev/izon//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

+1-1
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/1.2.0/izon2.sh"
38+
IZON_SH="https://raw.githubusercontent.com/PredixDev/izon//izon2.sh"
3939
BRANCH="master"
4040
PRINT_USAGE=0
4141
SKIP_SETUP=false

version.json

+4-4
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.164",
3+
"version": "1.1.165",
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.188",
8-
"Predix-HelloWorld-WebApp": "https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.145",
9-
"predix-nodejs-starter": "https://github.com/PredixDev/predix-nodejs-starter#1.1.164",
7+
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.192",
8+
"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",
1010
"winddata-timeseries-service": "https://github.com/PredixDev/winddata-timeseries-service#2.0.60"
1111
},
1212
"author": "turnerth"

0 commit comments

Comments
 (0)