Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ matrix:
language: node_js
node_js: "8"
jdk: oraclejdk8
before_script: pod repo update
script: cd demo && npm run build.plugin && npm i && tns build ios --bundle --env.uglify
- os: linux
language: android
Expand All @@ -40,6 +41,7 @@ matrix:
language: node_js
node_js: "8"
jdk: oraclejdk8
before_script: pod repo update
script:
- cd src && npm i && npm run tsc && cd ../demo && tns build ios
- os: linux
Expand All @@ -63,6 +65,7 @@ matrix:
env:
- iOS="UnitTests"
osx_image: xcode10.0
before_script: pod repo update
script:
- cd src && npm i && npm run tsc && npm run tslint && cd ../demo && tns build ios
- travis_wait travis_retry tns test ios --justlaunch
Expand Down
8 changes: 4 additions & 4 deletions demo-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,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"
}
},
"dependencies": {
Expand All @@ -21,7 +21,7 @@
"nativescript-angular": "~7.2.0",
"nativescript-geolocation": "../src",
"nativescript-theme-core": "~1.0.4",
"nativescript-toast": "^1.4.6",
"nativescript-toast": "~2.0.0",
"tns-core-modules": "^5.0.0",
"reflect-metadata": "~0.1.10",
"rxjs": "~6.3.0",
Expand All @@ -30,7 +30,7 @@
"devDependencies": {
"@nativescript/schematics": "~0.5.0",
"nativescript-dev-typescript": "~0.9.0",
"nativescript-dev-webpack": "~0.21.0",
"nativescript-dev-webpack": "~0.22.0",
"@angular/compiler-cli": "~7.2.0",
"@ngtools/webpack": "~7.1.0"
},
Expand Down
12 changes: 6 additions & 6 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"
}
},
"scripts": {
Expand All @@ -14,17 +14,17 @@
"dependencies": {
"nativescript-geolocation": "../src",
"nativescript-theme-core": "~1.0.4",
"nativescript-toast": "^1.4.6",
"nativescript-vue": "^2.0.0",
"nativescript-toast": "~2.0.0",
"nativescript-vue": "~2.2.0",
"tns-core-modules": "^5.0.0"
},
"devDependencies": {
"@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.0.0",
"nativescript-vue-template-compiler": "~2.2.0",
"node-sass": "~4.9.0",
"vue-loader": "~15.4.0"
}
Expand Down
2 changes: 0 additions & 2 deletions demo/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"name": "tns-template-hello-world-ts",
"main": "app.js",
"version": "1.6.0",
"android": {
"v8Flags": "--expose_gc",
"markingMode": "none",
Expand Down
8 changes: 4 additions & 4 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"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"
}
},
"dependencies": {
"nativescript-geolocation": "../src",
"nativescript-theme-core": "^1.0.4",
"nativescript-toast": "^1.4.6",
"nativescript-toast": "~2.0.0",
"nativescript-unit-test-runner": "^0.3.4",
"tns-core-modules": "^5.0.0"
},
Expand All @@ -22,7 +22,7 @@
"karma-nativescript-launcher": "^0.4.0",
"nativescript-css-loader": "~0.26.0",
"nativescript-dev-typescript": "~0.9.0",
"nativescript-dev-webpack": "~0.21.0",
"nativescript-dev-webpack": "~0.22.0",
"tns-platform-declarations": "^5.0.0",
"tslint": "~5.11.0"
},
Expand Down