Skip to content
This repository was archived by the owner on Feb 20, 2022. It is now read-only.

Commit 18f7b0d

Browse files
author
Vincent Cantin
committed
Minor tweak: Updated the Meteor server from v1.4.1.2 to v1.4.2.1 in the example server.
1 parent f4bf068 commit 18f7b0d

File tree

4 files changed

+73
-72
lines changed

4 files changed

+73
-72
lines changed

example-server/.meteor/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
local

example-server/.meteor/packages

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
[email protected] # Packages every Meteor app needs to have
88
[email protected] # Packages for a great mobile UX
9-
[email protected].12_1 # The database Meteor supports right now
9+
[email protected].14 # The database Meteor supports right now
1010
[email protected] # Compile .html files into Meteor Blaze views
11-
[email protected].10 # Reactive variable for tracker
12-
[email protected].9 # Helpful client-side library
13-
[email protected].0 # Meteor's client-side reactive programming library
11+
[email protected].11 # Reactive variable for tracker
12+
[email protected].10 # Helpful client-side library
13+
[email protected].1 # Meteor's client-side reactive programming library
1414

15-
standard-minifier-css@1.2.0_1 # CSS minifier run for production mode
16-
[email protected].0_1 # JS minifier run for production mode
17-
[email protected].14_1 # ECMAScript 5 compatibility for older browsers.
18-
[email protected].8_1 # Enable ECMAScript2015+ syntax in app code
15+
standard-minifier-css@1.3.2 # CSS minifier run for production mode
16+
[email protected].1 # JS minifier run for production mode
17+
[email protected].15 # ECMAScript 5 compatibility for older browsers.
18+
[email protected].9 # Enable ECMAScript2015+ syntax in app code
1919

20-
20+
2121
22-
shell-server
22+
shell-server@0.2.1

example-server/.meteor/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+

example-server/.meteor/versions

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,85 @@
1-
2-
1+
2+
33
4-
4+
55
6-
7-
babel-compiler@6.9.1_1
8-
9-
10-
11-
blaze@2.1.9
6+
7+
babel-compiler@6.13.0
8+
babel-runtime@1.0.1
9+
10+
11+
blaze@2.2.0
1212
1313
14-
15-
14+
15+
1616
17-
18-
17+
18+
1919
20-
21-
22-
23-
20+
21+
22+
23+
2424
25-
26-
ecmascript@0.5.8_1
27-
28-
29-
30-
31-
32-
25+
26+
ecmascript@0.6.1
27+
28+
29+
30+
31+
32+
3333
3434
3535
36-
37-
38-
39-
launch-screen@1.0.12
40-
36+
37+
38+
39+
launch-screen@1.1.0
40+
4141
42-
43-
44-
meteor@1.2.17_1
42+
43+
44+
meteor@1.6.0
4545
46-
47-
48-
46+
47+
48+
4949
50-
51-
52-
53-
54-
55-
56-
57-
58-
59-
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
6060
61-
61+
6262
63-
64-
65-
66-
67-
68-
69-
63+
64+
65+
66+
67+
68+
69+
7070
7171
7272
73-
74-
standard-minifier-css@1.2.1
75-
73+
74+
standard-minifier-css@1.3.2
75+
7676
7777
7878
7979
80-
80+
8181
82-
83-
84-
82+
83+
84+
8585

0 commit comments

Comments
 (0)