File tree 5 files changed +12
-13
lines changed
5 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 1
1
// Angular 2 compatibility types
2
- declare type NativeScriptModule = NodeModule
3
- declare type NativeScriptRequire = NodeRequire
2
+ declare type MapConstructor = typeof Map ;
3
+ declare type SetConstructor = typeof Set ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 18
18
"nativescript" : {
19
19
"id" : " org.nativescript.groceries" ,
20
20
"tns-android" : {
21
- "version" : " 1.5.1 "
21
+ "version" : " 1.6.0 "
22
22
},
23
23
"tns-ios" : {
24
- "version" : " 1.5.2 "
24
+ "version" : " 1.6.0 "
25
25
}
26
26
},
27
27
"dependencies" : {
28
28
"email-validator" : " ^1.0.3" ,
29
29
"nativescript-social-share" : " ^1.1.0" ,
30
- "tns-core-modules" : " 1.6.0-angular-5 " ,
31
- "nativescript-angular" : " 0.0.30 " ,
32
- "angular2" : " 2.0.0-beta.3 " ,
30
+ "tns-core-modules" : " 1.6.0" ,
31
+ "nativescript-angular" : " 0.0.32 " ,
32
+ "angular2" : " 2.0.0-beta.6 " ,
33
33
"parse5" : " 1.4.2" ,
34
34
"punycode" : " 1.3.2" ,
35
35
"querystring" : " 0.2.0" ,
36
36
"url" : " 0.10.3" ,
37
37
"reflect-metadata" : " 0.1.2" ,
38
38
"rxjs" : " 5.0.0-beta.0" ,
39
- "zone.js" : " 0.5.11 "
39
+ "zone.js" : " 0.5.14 "
40
40
},
41
41
"devDependencies" : {
42
42
"nativescript-dev-typescript" : " ^0.2.2" ,
43
43
"shelljs" : " ^0.5.3" ,
44
44
"typescript" : " ^1.7.5"
45
45
}
46
- }
46
+ }
Original file line number Diff line number Diff line change
1
+
2
+ /// <reference path="./node_modules/tns-core-modules/tns-core-modules.d.ts" /> Needed for autocompletion and compilation.
Original file line number Diff line number Diff line change 14
14
" node_modules" ,
15
15
" platforms"
16
16
]
17
- }
17
+ }
You can’t perform that action at this time.
0 commit comments