Skip to content

Commit 97a9bb0

Browse files
Release 1.1.164
1 parent 3cb9db8 commit 97a9bb0

File tree

5 files changed

+24
-20
lines changed

5 files changed

+24
-20
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
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.162",
3+
"version": "1.1.164",
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/1.1.0/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: 9 additions & 5 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/1.1.0/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
@@ -82,17 +82,21 @@ function init() {
8282
echo 'Please launch the script from the root dir of the project'
8383
exit 1
8484
fi
85-
if [[ ! $currentDir == *"$REPO_NAME" ]]; then
86-
mkdir -p $APP_DIR
87-
cd $APP_DIR
88-
fi
8985

9086
check_internet
9187

9288
#get the script that reads version.json
9389
eval "$(curl -s -L $IZON_SH)"
90+
91+
#download the script and cd
9492
getUsingCurl $SCRIPT_LOC
9593
chmod 755 $SCRIPT_NAME
94+
if [[ ! $currentDir == *"$REPO_NAME" ]]; then
95+
mkdir -p $APP_DIR
96+
cd $APP_DIR
97+
fi
98+
99+
96100
getVersionFile
97101
getLocalSetupFuncs $GITHUB_RAW
98102
}

version.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "Predix Front End Web App.html",
3-
"version": "1.1.162",
3+
"version": "1.1.164",
44
"private": true,
55
"dependencies": {
6-
"local-setup": "https://github.com/PredixDev/local-setup#1.0.101",
7-
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.158",
8-
"Predix-HelloWorld-WebApp": "https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.143",
9-
"predix-nodejs-starter": "https://github.com/PredixDev/predix-nodejs-starter#1.1.162",
10-
"winddata-timeseries-service": "https://github.com/PredixDev/winddata-timeseries-service#2.0.59"
6+
"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",
10+
"winddata-timeseries-service": "https://github.com/PredixDev/winddata-timeseries-service#2.0.60"
1111
},
1212
"author": "turnerth"
1313
}

0 commit comments

Comments
 (0)