Skip to content

Commit 7d6eeab

Browse files
bump
1 parent cb85290 commit 7d6eeab

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

demo-ng/app/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ refer to http://docs.nativescript.org/ui/theme.
1212
@import 'nativescript-theme-core/css/core.light.css';
1313

1414
Button {
15-
margin: 10 0;
15+
margin: 6 0;
1616
}
1717

1818
Label {

demo-ng/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"nativescript": {
33
"id": "org.nativescript.plugindemo.healthdata",
44
"tns-ios": {
5-
"version": "3.4.1"
5+
"version": "5.3.1"
66
},
77
"tns-android": {
8-
"version": "3.4.1"
8+
"version": "5.3.1"
99
}
1010
},
1111
"dependencies": {
@@ -22,16 +22,16 @@
2222
"nativescript-theme-core": "~1.0.2",
2323
"reflect-metadata": "~0.1.8",
2424
"rxjs": "~5.5.2",
25-
"tns-core-modules": "~3.3.0",
25+
"tns-core-modules": "~5.3.2",
2626
"zone.js": "~0.8.2"
2727
},
2828
"devDependencies": {
2929
"babel-traverse": "6.25.0",
3030
"babel-types": "6.25.0",
3131
"babylon": "6.17.4",
3232
"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"
3636
}
3737
}

demo-ng/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"*": [
1717
"./node_modules/tns-core-modules/*",
1818
"./node_modules/*"
19+
],
20+
"~/*": [
21+
"app/*"
1922
]
2023
}
2124
},

src/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-health-data",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Health Data plugin for Nativescript, using Google Fit and Apple HealthKit.",
55
"main": "health-data",
66
"typings": "index.d.ts",
@@ -56,9 +56,9 @@
5656
"homepage": "https://github.com/filipemendes1994/nativescript-health-data",
5757
"readmeFilename": "README.md",
5858
"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",
6262
"rimraf": "^2.5.0",
6363
"tslint": "^5.0.0"
6464
},

0 commit comments

Comments
 (0)