File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 125
125
"dependencies" : {
126
126
"@ng-bootstrap/ng-bootstrap" : " ^1.0.0-alpha.0" ,
127
127
"@types/date-fns" : " 0.0.2" ,
128
- "calendar-utils" : " 0.0.32 " ,
128
+ "calendar-utils" : " 0.0.33 " ,
129
129
"date-fns" : " ^1.3.0"
130
130
}
131
131
}
Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ module.exports = {
51
51
} ,
52
52
'date-fns/is_same_day' : {
53
53
root : [ 'dateFns' , 'isSameDay' ] ,
54
- commonjs : 'date-fns/is_same_day' ,
55
- commonjs2 : 'date-fns/is_same_day'
54
+ commonjs : 'date-fns/is_same_day/index ' ,
55
+ commonjs2 : 'date-fns/is_same_day/index '
56
56
} ,
57
57
'date-fns/get_iso_week' : {
58
58
root : [ 'dateFns' , 'getISOWeek' ] ,
59
- commonjs : 'date-fns/get_iso_week' ,
60
- commonjs2 : 'date-fns/get_iso_week'
59
+ commonjs : 'date-fns/get_iso_week/index ' ,
60
+ commonjs2 : 'date-fns/get_iso_week/index '
61
61
} ,
62
62
} ,
63
63
module : {
You can’t perform that action at this time.
0 commit comments