File tree 3 files changed +8
-123
lines changed
3 files changed +8
-123
lines changed Original file line number Diff line number Diff line change 1
1
aldeed:autoform@4.0.0
2
- aldeed:autoform-bs-datetimepicker@1.0.4
2
+ aldeed:autoform-bs-datetimepicker@1.0.5
3
3
aldeed:simple-schema@1.1.0
4
4
base64@1.0.2
5
5
blaze@2.0.4
6
6
blaze-tools@1.0.2
7
7
callback-hook@1.0.2
8
- check@1.0.3
9
- ddp@1.0.13
8
+ check@1.0.4
9
+ ddp@1.0.14
10
10
deps@1.0.6
11
11
ejson@1.0.5
12
12
geojson-utils@1.0.2
13
13
html-tools@1.0.3
14
14
htmljs@1.0.3
15
15
id-map@1.0.2
16
- jquery@1.0.2
16
+ jquery@1.11.3
17
17
json@1.0.2
18
18
livedata@1.0.12
19
19
logging@1.0.6
@@ -27,7 +27,7 @@ random@1.0.2
27
27
reactive-var@1.0.4
28
28
retry@1.0.2
29
29
spacebars-compiler@1.0.4
30
- templating@1.0.10
31
- tracker@1.0.4
30
+ templating@1.0.11
31
+ tracker@1.0.5
32
32
ui@1.0.5
33
33
underscore@1.0.2
Original file line number Diff line number Diff line change 1
1
Package . describe ( {
2
2
name : 'aldeed:autoform-bs-datetimepicker' ,
3
3
summary : 'Custom bootstrap-datetimepicker input type with timezone support for AutoForm' ,
4
- version : '1.0.4 ' ,
4
+ version : '1.0.5 ' ,
5
5
git : 'https://github.com/aldeed/meteor-autoform-bs-datetimepicker.git'
6
6
} ) ;
7
7
8
8
Package . onUse ( function ( api ) {
9
9
api . use ( 'templating@1.0.0' ) ;
10
10
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 ' ) ;
12
12
api . addFiles ( [
13
13
'autoform-bs-datetimepicker.html' ,
14
14
'autoform-bs-datetimepicker.js'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments