File tree Expand file tree Collapse file tree 3 files changed +8
-123
lines changed Expand file tree Collapse file tree 3 files changed +8
-123
lines changed Original file line number Diff line number Diff line change 11aldeed:autoform@4.0.0
2- aldeed:autoform-bs-datetimepicker@1.0.4
2+ aldeed:autoform-bs-datetimepicker@1.0.5
33aldeed:simple-schema@1.1.0
44base64@1.0.2
55blaze@2.0.4
66blaze-tools@1.0.2
77callback-hook@1.0.2
8- check@1.0.3
9- ddp@1.0.13
8+ check@1.0.4
9+ ddp@1.0.14
1010deps@1.0.6
1111ejson@1.0.5
1212geojson-utils@1.0.2
1313html-tools@1.0.3
1414htmljs@1.0.3
1515id-map@1.0.2
16- jquery@1.0.2
16+ jquery@1.11.3
1717json@1.0.2
1818livedata@1.0.12
1919logging@1.0.6
@@ -27,7 +27,7 @@ random@1.0.2
2727reactive-var@1.0.4
2828retry@1.0.2
2929spacebars-compiler@1.0.4
30- templating@1.0.10
31- tracker@1.0.4
30+ templating@1.0.11
31+ tracker@1.0.5
3232ui@1.0.5
3333underscore@1.0.2
Original file line number Diff line number Diff line change 11Package . describe ( {
22 name : 'aldeed:autoform-bs-datetimepicker' ,
33 summary : 'Custom bootstrap-datetimepicker input type with timezone support for AutoForm' ,
4- version : '1.0.4 ' ,
4+ version : '1.0.5 ' ,
55 git : 'https://github.com/aldeed/meteor-autoform-bs-datetimepicker.git'
66} ) ;
77
88Package . onUse ( function ( api ) {
99 api . use ( 'templating@1.0.0' ) ;
1010 api . use ( 'blaze@2.0.0' ) ;
11- api . use ( 'aldeed:autoform@4.0.0' ) ;
11+ api . use ( 'aldeed:autoform@4.0.0 || 5.0.0 ' ) ;
1212 api . addFiles ( [
1313 'autoform-bs-datetimepicker.html' ,
1414 'autoform-bs-datetimepicker.js'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments