Skip to content

Commit

Permalink
Merge pull request #217 from NativeScript/hristova/update-to-5.4
Browse files Browse the repository at this point in the history
chore: update to 5.4
  • Loading branch information
elena-p authored May 16, 2019
2 parents 202b7b4 + 29d4a62 commit edca898
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 16 deletions.
4 changes: 1 addition & 3 deletions demo-angular/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
"v8Flags": "--expose_gc",
"requireModules": ["nativescript-background-http"]
},
"main": "main.js",
"name": "tns-template-blank-ng",
"version": "4.0.0"
"main": "main.js"
}
6 changes: 3 additions & 3 deletions demo-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"nativescript": {
"id": "org.nativescript.demoangular",
"tns-android": {
"version": "5.3.0"
"version": "5.4.0"
},
"tns-ios": {
"version": "5.3.0"
"version": "5.4.0"
}
},
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"nativescript-dev-typescript": "~0.9.0",
"nativescript-dev-webpack": "~0.21.0",
"nativescript-dev-webpack": "~0.22.0",
"tslint": "~5.11.0"
}
}
1 change: 0 additions & 1 deletion demo-vue/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ platforms/

# NativeScript Template
*.js.map
!webpack.config.js
*.css

# Logs
Expand Down
6 changes: 3 additions & 3 deletions demo-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"nativescript": {
"id": "org.nativescript.demovue",
"tns-android": {
"version": "5.3.0"
"version": "5.4.0"
},
"tns-ios": {
"version": "5.3.0"
"version": "5.4.0"
}
},
"description": "NativeScript Application",
Expand All @@ -24,7 +24,7 @@
"@babel/core": "~7.1.0",
"@babel/preset-env": "~7.1.0",
"babel-loader": "~8.0.0",
"nativescript-dev-webpack": "~0.21.0",
"nativescript-dev-webpack": "~0.22.0",
"nativescript-dev-typescript": "~0.9.0",
"nativescript-vue-template-compiler": "~2.2.0",
"node-sass": "~4.9.0",
Expand Down
4 changes: 1 addition & 3 deletions demo/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
"v8Flags": "--expose_gc",
"requireModules": ["nativescript-background-http"]
},
"main": "app.js",
"name": "tns-template-blank-ts",
"version": "4.0.0"
"main": "app.js"
}
6 changes: 3 additions & 3 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"nativescript": {
"id": "org.nativescript.demo",
"tns-android": {
"version": "5.3.0"
"version": "5.4.0"
},
"tns-ios": {
"version": "5.3.0"
"version": "5.4.0"
}
},
"scripts": {
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"nativescript-dev-typescript": "~0.9.0",
"nativescript-dev-webpack": "~0.21.0",
"nativescript-dev-webpack": "~0.22.0",
"tslint": "~5.11.0"
}
}

0 comments on commit edca898

Please sign in to comment.