Skip to content

Commit

Permalink
Release 1.1.167
Browse files Browse the repository at this point in the history
  • Loading branch information
predix-adoption-bot committed Nov 16, 2018
1 parent ff2cf5c commit 20879da
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ env:
```
3. `predix push <appName> -f my-app-manifest.yml`

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

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "predix-nodejs-starter",
"version": "1.1.166",
"version": "1.1.167",
"private": true,
"scripts": {
"start": "node server/app.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/quickstart-front-end-basic-node-express.bat
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ IF [!BRANCH!]==[] (
EXIT /b 1
)

SET IZON_BAT=https://raw.githubusercontent.com/PredixDev/izon/master/izon.bat
SET IZON_BAT=https://raw.githubusercontent.com/PredixDev/izon/1.2.0/izon.bat
SET TUTORIAL="https://www.predix.io/resources/tutorials/tutorial-details.html?tutorial_id=1569&tag=1719&journey=Hello%20World&resources=1844,1475,1569,1523"
SET REPO_NAME=predix-nodejs-starter
SET SHELL_SCRIPT_NAME=quickstart-front-end-basic-node-express.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/quickstart-front-end-template.bat
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ IF [!BRANCH!]==[] (
EXIT /b 1
)

SET IZON_BAT=https://raw.githubusercontent.com/PredixDev/izon/!BRANCH!/izon.bat
SET IZON_BAT=https://raw.githubusercontent.com/PredixDev/izon/1.2.0/izon.bat
SET TUTORIAL="https://www.predix.io/resources/tutorials/tutorial-details.html?tutorial_id=1569&tag=1719&journey=Hello%20World&resources=1844,1475,1569,1523"
SET REPO_NAME=predix-nodejs-starter
SET SHELL_SCRIPT_NAME=quickstart-front-end-template.sh
Expand Down
12 changes: 6 additions & 6 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "Predix Front End Web App.html",
"version": "1.1.166",
"version": "1.1.167",
"private": true,
"dependencies": {
"local-setup": "https://github.com/PredixDev/local-setup#1.0.102",
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.193",
"Predix-HelloWorld-WebApp": "https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.146",
"predix-nodejs-starter": "https://github.com/PredixDev/predix-nodejs-starter#1.1.166",
"winddata-timeseries-service": "https://github.com/PredixDev/winddata-timeseries-service#2.0.60"
"local-setup": "https://github.com/PredixDev/local-setup#1.0.103",
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.200",
"Predix-HelloWorld-WebApp": "https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.149",
"predix-nodejs-starter": "https://github.com/PredixDev/predix-nodejs-starter#1.1.167",
"winddata-timeseries-service": "https://github.com/PredixDev/winddata-timeseries-service#2.0.61"
},
"author": "turnerth"
}

0 comments on commit 20879da

Please sign in to comment.