Skip to content

Commit fbe021a

Browse files
committed
Updated for file-collection 1.3.7 and latest Meteor version and packages
1 parent 6d8701e commit fbe021a

File tree

4 files changed

+81
-78
lines changed

4 files changed

+81
-78
lines changed

Diff for: .meteor/packages

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# but you can also edit it by hand.
55

66
7-
coffeescript@1.2.4_1
7+
coffeescript@1.11.1_4
88
twbs:bootstrap
99
10-
10+
1111
vsivsi:file-collection
1212
vsivsi:job-collection
1313
benjaminrh:jquery-cookie
@@ -16,8 +16,8 @@ momentjs:moment
1616
meteorhacks:flow-router
1717
meteorhacks:flow-layout
1818

19-
standard-minifier-css@1.2.0
20-
19+
standard-minifier-css@1.3.2
20+
2121
2222

23-
23+

Diff for: .meteor/release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+

Diff for: .meteor/versions

+74-72
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,93 @@
1-
2-
1+
2+
33
4-
4+
55
6-
7-
babel-compiler@6.9.1
8-
9-
6+
7+
babel-compiler@6.13.0
8+
babel-runtime@1.0.1
9+
1010
11-
12-
blaze@2.1.8
13-
14-
15-
16-
17-
18-
19-
coffeescript@1.2.4_1
11+
12+
blaze@2.2.0
13+
14+
15+
16+
17+
18+
19+
coffeescript@1.11.1_4
2020
2121
22-
23-
24-
25-
22+
23+
24+
25+
2626
27-
28-
ecmascript@0.5.8
29-
30-
31-
32-
33-
34-
35-
36-
37-
38-
39-
launch-screen@1.0.12
40-
27+
28+
ecmascript@0.6.1
29+
30+
31+
32+
33+
34+
35+
36+
37+
38+
39+
launch-screen@1.1.0
40+
4141
42-
43-
44-
meteor@1.2.17
42+
43+
44+
meteor@1.6.0
4545
4646
meteorhacks:[email protected]
4747
meteorhacks:[email protected]
48-
49-
50-
51-
52-
53-
54-
momentjs:moment@2.14.4
55-
56-
48+
49+
50+
51+
52+
53+
54+
momentjs:moment@2.16.0
55+
56+
5757
58-
59-
npm-mongo@1.5.47
58+
59+
npm-mongo@2.2.11_2
6060
61-
62-
63-
61+
62+
63+
6464
65-
65+
6666
67-
68-
69-
70-
71-
72-
73-
67+
68+
69+
70+
71+
72+
73+
7474
75-
76-
77-
75+
76+
77+
7878
79-
80-
81-
82-
83-
79+
80+
81+
82+
83+
84+
85+
8486
85-
86-
87-
88-
87+
88+
89+
90+
8991
90-
92+
9193

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3+
"babel-runtime": "^6.18.0",
34
"bcrypt": "^0.8.7",
45
"gm": "^1.23.0",
56
"meteor-node-stubs": "^0.2.3",

0 commit comments

Comments
 (0)