Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit d5eb7b2

Browse files
author
Vasil Chimev
authored
chore: update runtimes in demos to next (#353)
1 parent 0ef7021 commit d5eb7b2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

demo/AngularApp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"nativescript": {
77
"id": "org.nativescript.AngularApp",
88
"tns-android": {
9-
"version": "3.4.0-2017-11-8-1"
9+
"version": "next"
1010
},
1111
"tns-ios": {
12-
"version": "3.4.0-2017-11-21-2"
12+
"version": "next"
1313
}
1414
},
1515
"dependencies": {

demo/TypeScriptApp/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"nativescript": {
77
"id": "org.nativescript.TypeScriptApp",
88
"tns-android": {
9-
"version": "3.3.1"
9+
"version": "next"
10+
},
11+
"tns-ios": {
12+
"version": "next"
1013
}
1114
},
1215
"dependencies": {

0 commit comments

Comments
 (0)