File tree Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ refer to http://docs.nativescript.org/ui/theme.
12
12
@import 'nativescript-theme-core/css/core.light.css' ;
13
13
14
14
Button {
15
- margin : 10 0 ;
15
+ margin : 6 0 ;
16
16
}
17
17
18
18
Label {
Original file line number Diff line number Diff line change 2
2
"nativescript" : {
3
3
"id" : " org.nativescript.plugindemo.healthdata" ,
4
4
"tns-ios" : {
5
- "version" : " 3.4 .1"
5
+ "version" : " 5.3 .1"
6
6
},
7
7
"tns-android" : {
8
- "version" : " 3.4 .1"
8
+ "version" : " 5.3 .1"
9
9
}
10
10
},
11
11
"dependencies" : {
22
22
"nativescript-theme-core" : " ~1.0.2" ,
23
23
"reflect-metadata" : " ~0.1.8" ,
24
24
"rxjs" : " ~5.5.2" ,
25
- "tns-core-modules" : " ~3 .3.0 " ,
25
+ "tns-core-modules" : " ~5 .3.2 " ,
26
26
"zone.js" : " ~0.8.2"
27
27
},
28
28
"devDependencies" : {
29
29
"babel-traverse" : " 6.25.0" ,
30
30
"babel-types" : " 6.25.0" ,
31
31
"babylon" : " 6.17.4" ,
32
32
"lazy" : " 1.0.11" ,
33
- "nativescript-dev-typescript" : " ~0.6 .0" ,
34
- "tns-platform-declarations" : " ^3.4.1 " ,
35
- "typescript" : " ~2.6 .0"
33
+ "nativescript-dev-typescript" : " ~0.9 .0" ,
34
+ "tns-platform-declarations" : " ~5.3.2 " ,
35
+ "typescript" : " ~2.8 .0"
36
36
}
37
37
}
Original file line number Diff line number Diff line change 16
16
"*" : [
17
17
" ./node_modules/tns-core-modules/*" ,
18
18
" ./node_modules/*"
19
+ ],
20
+ "~/*" : [
21
+ " app/*"
19
22
]
20
23
}
21
24
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-health-data" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " Health Data plugin for Nativescript, using Google Fit and Apple HealthKit." ,
5
5
"main" : " health-data" ,
6
6
"typings" : " index.d.ts" ,
56
56
"homepage" : " https://github.com/filipemendes1994/nativescript-health-data" ,
57
57
"readmeFilename" : " README.md" ,
58
58
"devDependencies" : {
59
- "tns-core-modules" : " ~3.4.0 " ,
60
- "tns-platform-declarations" : " ~3.4.0 " ,
61
- "typescript" : " ~2.6 .0" ,
59
+ "tns-core-modules" : " ~5.3.2 " ,
60
+ "tns-platform-declarations" : " ~5.3.2 " ,
61
+ "typescript" : " ~2.8 .0" ,
62
62
"rimraf" : " ^2.5.0" ,
63
63
"tslint" : " ^5.0.0"
64
64
},
You can’t perform that action at this time.
0 commit comments