File tree Expand file tree Collapse file tree 4 files changed +29
-17
lines changed Expand file tree Collapse file tree 4 files changed +29
-17
lines changed Original file line number Diff line number Diff line change 6
6
"nativescript" : {
7
7
"id" : " org.nativescript.demo" ,
8
8
"tns-android" : {
9
- "version" : " 3.0 .0"
9
+ "version" : " 3.2 .0"
10
10
},
11
11
"tns-ios" : {
12
- "version" : " 3.0.1 "
12
+ "version" : " 3.2.0 "
13
13
}
14
14
},
15
15
"dependencies" : {
23
23
"@angular/platform-browser-dynamic" : " 4.1.3" ,
24
24
"@angular/router" : " 4.1.3" ,
25
25
"nativescript-angular" : " 3.0.0" ,
26
- "nativescript-fancy-calendar" : " file:///Users/rhanb/Documents/DevLove/Plugins/nativescript-fancy-calendar" ,
26
+ "nativescript-fancy-calendar" : " file:///Users/rhanb/Documents/DevLove/NativeScript/ Plugins/nativescript-fancy-calendar" ,
27
27
"nativescript-theme-core" : " ~1.0.4" ,
28
28
"reflect-metadata" : " ~0.1.8" ,
29
29
"rxjs" : " ~5.2.0" ,
30
- "tns-core-modules" : " ^3.0.1 " ,
30
+ "tns-core-modules" : " ^3.2.0 " ,
31
31
"zone.js" : " ^0.8.10"
32
32
},
33
33
"devDependencies" : {
Original file line number Diff line number Diff line change 6
6
"typings" : " index.d.ts" ,
7
7
"nativescript" : {
8
8
"platforms" : {
9
- "ios" : " 3.0 .0" ,
10
- "android" : " 3.0 .0"
9
+ "ios" : " 3.2 .0" ,
10
+ "android" : " 3.2 .0"
11
11
}
12
12
},
13
13
"repository" : {
25
25
" Android"
26
26
],
27
27
"author" : {
28
- "name" : " rhanbIT " ,
28
+ "name" : " rhanb " ,
29
29
"email" : " aniel.jeanbaptiste@gmail.com"
30
30
},
31
+ "contributors" : [
32
+ {
33
+ "name" : " rhanb" ,
34
+ "email" : " aniel.jeanbaptiste@gmail.com"
35
+ },
36
+ {
37
+ "name" : " mickaeleuranie" ,
38
+ "email" : " mickaeleuranie@gmail.com" ,
39
+ "url" : " http://mickaeleuranie.com"
40
+ }
41
+ ],
31
42
"bugs" : {
32
- "url" : " https://github.com/rhanbIT /nativescript-fancy-calendar/issues"
43
+ "url" : " https://github.com/rhanb /nativescript-fancy-calendar/issues"
33
44
},
34
45
"scripts" : {
35
46
"build" : " tsc" ,
42
53
"preparedemo" : " npm run build && cd demo && tns plugin remove nativescript-fancy-calendar && tns plugin add .. && tns install" ,
43
54
"save" : " cd demo && TNS_TYPESCRIPT_DECLARATIONS_PATH='$(pwd)/typingz' tns build ios"
44
55
},
45
- "homepage" : " https://github.com/rhanbIT /nativescript-fancy-calendar" ,
56
+ "homepage" : " https://github.com/rhanb /nativescript-fancy-calendar" ,
46
57
"readmeFilename" : " README.md" ,
47
58
"devDependencies" : {
48
- "tns-core-modules" : " ^3.0.0" ,
49
- "tns-platform-declarations" : " ^3.0.1" ,
50
- "typescript" : " ^2.3.2"
59
+ "tns-core-modules" : " ^3.2.0" ,
60
+ "tns-platform-declarations" : " ^3.2.0" ,
61
+ "typescript" : " ^2.5.3"
62
+ },
63
+ "peerDependencies" : {
64
+ "tns-core-modules" : " ^3.2.0"
51
65
}
52
- }
66
+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ declare const FSCalendar,
18
18
FSCalendarScopeWeek ,
19
19
FSCalendarScopeMonth ,
20
20
FSCalendarDelegate ,
21
- FSCalendarDataSource
22
- CGRectMake ;
21
+ FSCalendarDataSource ,
22
+ CGRectMake ;
23
23
24
24
export enum SCROLL_ORIENTATION {
25
25
"VERTICAL" = FSCalendarScrollDirectionVertical ,
You can’t perform that action at this time.
0 commit comments