Skip to content

Commit aaca23a

Browse files
committed
release(datetimepicker): 2.0.4
1 parent a8ca205 commit aaca23a

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

packages/datetimepicker/package.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"name": "@nativescript/datetimepicker",
3-
"version": "2.0.3",
4-
"description": "A NativeScript plugin for picking date and time.",
5-
"main": "index",
6-
"typings": "index.d.ts",
7-
"nativescript": {
8-
"platforms": {
9-
"ios": "6.0.0",
10-
"android": "6.0.0"
11-
}
12-
},
13-
"repository": {
14-
"type": "git",
15-
"url": "https://github.com/NativeScript/plugins.git"
16-
},
17-
"keywords": [
18-
"NativeScript",
19-
"JavaScript",
20-
"Android",
21-
"iOS",
22-
"DatePicker",
23-
"TimePicker",
24-
"Date",
25-
"Time"
26-
],
27-
"author": {
28-
"name": "NativeScript",
29-
"email": "oss@nativescript.org"
30-
},
31-
"bugs": {
32-
"url": "https://github.com/NativeScript/plugins/issues"
33-
},
34-
"license": "Apache-2.0",
35-
"homepage": "https://github.com/NativeScript/plugins",
36-
"readmeFilename": "README.md",
37-
"bootstrapper": "@nativescript/plugin-seed"
2+
"name": "@nativescript/datetimepicker",
3+
"version": "2.0.4",
4+
"description": "A NativeScript plugin for picking date and time.",
5+
"main": "index",
6+
"typings": "index.d.ts",
7+
"nativescript": {
8+
"platforms": {
9+
"ios": "6.0.0",
10+
"android": "6.0.0"
11+
}
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/NativeScript/plugins.git"
16+
},
17+
"keywords": [
18+
"NativeScript",
19+
"JavaScript",
20+
"Android",
21+
"iOS",
22+
"DatePicker",
23+
"TimePicker",
24+
"Date",
25+
"Time"
26+
],
27+
"author": {
28+
"name": "NativeScript",
29+
"email": "oss@nativescript.org"
30+
},
31+
"bugs": {
32+
"url": "https://github.com/NativeScript/plugins/issues"
33+
},
34+
"license": "Apache-2.0",
35+
"homepage": "https://github.com/NativeScript/plugins",
36+
"readmeFilename": "README.md",
37+
"bootstrapper": "@nativescript/plugin-seed"
3838
}

0 commit comments

Comments
 (0)