Skip to content

Commit 20879da

Browse files
Release 1.1.167
1 parent ff2cf5c commit 20879da

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ env:
7676
```
7777
3. `predix push <appName> -f my-app-manifest.yml`
7878

79-
[![Analytics](https://ga-beacon.appspot.com/UA-82773213-1/predix-nodejs-starter/readme?pixel)](https://github.com/PredixDev)
79+
[![Analytics](https://predix-beacon.appspot.com/UA-82773213-1/predix-nodejs-starter/readme?pixel)](https://github.com/PredixDev)
8080

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.166",
3+
"version": "1.1.167",
44
"private": true,
55
"scripts": {
66
"start": "node server/app.js",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ IF [!BRANCH!]==[] (
3131
EXIT /b 1
3232
)
3333

34-
SET IZON_BAT=https://raw.githubusercontent.com/PredixDev/izon/master/izon.bat
34+
SET IZON_BAT=https://raw.githubusercontent.com/PredixDev/izon/1.2.0/izon.bat
3535
SET TUTORIAL="https://www.predix.io/resources/tutorials/tutorial-details.html?tutorial_id=1569&tag=1719&journey=Hello%20World&resources=1844,1475,1569,1523"
3636
SET REPO_NAME=predix-nodejs-starter
3737
SET SHELL_SCRIPT_NAME=quickstart-front-end-basic-node-express.sh

scripts/quickstart-front-end-template.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ IF [!BRANCH!]==[] (
3232
EXIT /b 1
3333
)
3434

35-
SET IZON_BAT=https://raw.githubusercontent.com/PredixDev/izon/!BRANCH!/izon.bat
35+
SET IZON_BAT=https://raw.githubusercontent.com/PredixDev/izon/1.2.0/izon.bat
3636
SET TUTORIAL="https://www.predix.io/resources/tutorials/tutorial-details.html?tutorial_id=1569&tag=1719&journey=Hello%20World&resources=1844,1475,1569,1523"
3737
SET REPO_NAME=predix-nodejs-starter
3838
SET SHELL_SCRIPT_NAME=quickstart-front-end-template.sh

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.166",
3+
"version": "1.1.167",
44
"private": true,
55
"dependencies": {
6-
"local-setup": "https://github.com/PredixDev/local-setup#1.0.102",
7-
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.193",
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.166",
10-
"winddata-timeseries-service": "https://github.com/PredixDev/winddata-timeseries-service#2.0.60"
6+
"local-setup": "https://github.com/PredixDev/local-setup#1.0.103",
7+
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.200",
8+
"Predix-HelloWorld-WebApp": "https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.149",
9+
"predix-nodejs-starter": "https://github.com/PredixDev/predix-nodejs-starter#1.1.167",
10+
"winddata-timeseries-service": "https://github.com/PredixDev/winddata-timeseries-service#2.0.61"
1111
},
1212
"author": "turnerth"
1313
}

0 commit comments

Comments
 (0)