File tree 3 files changed +6
-2
lines changed
nativescript-angular/hooks
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ exports.getBeforeLivesyncHookDir = function getBeforeLivesyncHookDir() {
29
29
} ;
30
30
31
31
exports . getHookFilePath = function getHookFilePath ( ) {
32
- return path . join ( exports . getBeforeLivesyncHookDir ( ) , "nativescript-angular-sync .js" ) ;
32
+ return path . join ( exports . getBeforeLivesyncHookDir ( ) , "nativescript-angular-sync.js" ) ;
33
33
} ;
Original file line number Diff line number Diff line change
1
+ module . exports = require ( "nativescript-angular/hooks/before-livesync" ) ;
Original file line number Diff line number Diff line change 24
24
"homepage" : " https://github.com/NativeScript/template-hello-world" ,
25
25
"dependencies" : {
26
26
"tns-core-modules" : " 2.2.0" ,
27
- "nativescript-angular" : " next " ,
27
+ "nativescript-angular" : " file:../nativescript-angular " ,
28
28
"nativescript-intl" : " ^0.0.2" ,
29
29
"@angular/core" : " 2.0.0-rc.5" ,
30
30
"@angular/common" : " 2.0.0-rc.5" ,
57
57
"id" : " org.nativescript.ngsample" ,
58
58
"tns-android" : {
59
59
"version" : " 2.2.0"
60
+ },
61
+ "tns-ios" : {
62
+ "version" : " 2.2.1"
60
63
}
61
64
}
62
65
}
You can’t perform that action at this time.
0 commit comments