File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ before_deploy:
46
46
- npm install -g nativescript --ignore-scripts
47
47
- tns usage-reporting disable
48
48
- tns error-reporting disable
49
- - node ../build/travis-scripts/add-publishConfig.js internal-preview $PACKAGE_VERSION
49
+ - node ../build/travis-scripts/add-publishConfig.js next $PACKAGE_VERSION
50
50
deploy :
51
51
provider : npm
52
52
Original file line number Diff line number Diff line change 51
51
"@angular/platform-browser" : " ~4.0.0 || ~4.1.0" ,
52
52
"@angular/router" : " ~4.0.0 || ~4.1.0" ,
53
53
"rxjs" : " ^5.0.1" ,
54
- "tns-core-modules" : " ^3.0.0 || ^3.0.0-rc.1 " ,
54
+ "tns-core-modules" : " ^3.0.0" ,
55
55
"zone.js" : " ^0.8.4"
56
56
},
57
57
"devDependencies" : {
66
66
"@angular/router" : " ~4.0.0 || ~4.1.0" ,
67
67
"codelyzer" : " ^3.0.1" ,
68
68
"rxjs" : " ^5.0.1" ,
69
- "tns-core-modules" : " internal-preview " ,
69
+ "tns-core-modules" : " next " ,
70
70
"tslint" : " ^5.1.0" ,
71
71
"typescript" : " ^2.3.2" ,
72
72
"zone.js" : " ^0.8.4"
Original file line number Diff line number Diff line change 43
43
"@angular/router" : " ~4.1.0" ,
44
44
"nativescript-angular" : " file:../nativescript-angular" ,
45
45
"rxjs" : " ^5.3.0" ,
46
- "tns-core-modules" : " ^3.0.0 || ^3.0.0-rc.1 " ,
46
+ "tns-core-modules" : " next " ,
47
47
"zone.js" : " ~0.8.2"
48
48
},
49
49
"devDependencies" : {
Original file line number Diff line number Diff line change 38
38
"nativescript-angular" : " ../nativescript-angular" ,
39
39
"nativescript-unit-test-runner" : " ^0.3.4" ,
40
40
"rxjs" : " ^5.2.0" ,
41
- "tns-core-modules" : " internal-preview " ,
41
+ "tns-core-modules" : " next " ,
42
42
"zone.js" : " ^0.8.2"
43
43
},
44
44
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments