We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65359fa commit 3f0d827Copy full SHA for 3f0d827
tests/package.json
@@ -2,10 +2,10 @@
2
"nativescript": {
3
"id": "org.nativescript.ngtests",
4
"tns-android": {
5
- "version": "3.0.0"
+ "version": "3.1.0"
6
},
7
"tns-ios": {
8
9
}
10
11
"name": "ngtests",
@@ -38,7 +38,7 @@
38
"nativescript-angular": "../nativescript-angular",
39
"nativescript-unit-test-runner": "^0.3.4",
40
"rxjs": "^5.2.0",
41
- "tns-core-modules": "^3.0.0",
+ "tns-core-modules": "next",
42
"zone.js": "^0.8.2"
43
44
"devDependencies": {
@@ -67,4 +67,4 @@
67
"scripts": {
68
"appium": "nativescript-dev-appium"
69
70
-}
+}
0 commit comments