Commit 31f39787996f054ff0c7fd3ec0ce90be205fb571

Authored by Ryan Glover
1 parent 7becce2b9b
Exists in master

Bump Meteor to 1.0.3.1.

Update README.md to reflect update to 1.0.3.1.
Showing 3 changed files with 21 additions and 21 deletions   Show diff stats
1   -METEOR@1.0.2.1
  1 +METEOR@1.0.3.1
... ...
1 1 accounts-base@1.1.3
2   -accounts-password@1.0.5
  2 +accounts-password@1.0.6
3 3 application-configuration@1.0.4
4 4 audit-argument-checks@1.0.2
5   -autoupdate@1.1.4
  5 +autoupdate@1.1.5
6 6 base64@1.0.2
7 7 binary-heap@1.0.2
8 8 blaze@2.0.4
... ... @@ -13,9 +13,9 @@ browser-policy-common@1.0.2
13 13 browser-policy-content@1.0.3
14 14 browser-policy-framing@1.0.3
15 15 callback-hook@1.0.2
16   -check@1.0.3
  16 +check@1.0.4
17 17 cmather:handlebars-server@2.0.0
18   -ddp@1.0.13
  18 +ddp@1.0.14
19 19 deps@1.0.6
20 20 ejson@1.0.5
21 21 email@1.0.5
... ... @@ -25,17 +25,17 @@ geojson-utils@1.0.2
25 25 handlebars@1.0.2
26 26 html-tools@1.0.3
27 27 htmljs@1.0.3
28   -http@1.0.9
  28 +http@1.0.10
29 29 id-map@1.0.2
30   -iron:controller@1.0.6
31   -iron:core@1.0.6
32   -iron:dynamic-template@1.0.6
33   -iron:layout@1.0.6
34   -iron:location@1.0.6
35   -iron:middleware-stack@1.0.6
36   -iron:router@1.0.6
37   -iron:url@1.0.6
38   -jquery@1.0.2
  30 +iron:controller@1.0.7
  31 +iron:core@1.0.7
  32 +iron:dynamic-template@1.0.7
  33 +iron:layout@1.0.7
  34 +iron:location@1.0.7
  35 +iron:middleware-stack@1.0.7
  36 +iron:router@1.0.7
  37 +iron:url@1.0.7
  38 +jquery@1.11.3
39 39 json@1.0.2
40 40 launch-screen@1.0.1
41 41 livedata@1.0.12
... ... @@ -59,20 +59,20 @@ reactive-dict@1.0.5
59 59 reactive-var@1.0.4
60 60 reload@1.1.2
61 61 retry@1.0.2
62   -routepolicy@1.0.3
  62 +routepolicy@1.0.4
63 63 service-configuration@1.0.3
64 64 session@1.0.5
65 65 sha@1.0.2
66   -spacebars@1.0.4
  66 +spacebars@1.0.5
67 67 spacebars-compiler@1.0.4
68 68 srp@1.0.2
69 69 standard-app-packages@1.0.4
70   -templating@1.0.10
  70 +templating@1.0.11
71 71 themeteorchef:jquery-validation@1.13.1
72   -tracker@1.0.4
  72 +tracker@1.0.5
73 73 twbs:bootstrap@3.3.1_2
74 74 ui@1.0.5
75 75 underscore@1.0.2
76 76 url@1.0.3
77   -webapp@1.1.5
  77 +webapp@1.1.6
78 78 webapp-hashing@1.0.2
... ...
1   -# The Meteor Chef - Base (@1.0.2.1)
  1 +# The Meteor Chef - Base (@1.0.3.1)
2 2 A starting point for Meteor apps.
3 3  
4 4 Base is the lazy person's starter kit for Meteor. It includes some commonly used packages (biased to The Meteor Chef) and code for common functionality. This is the starter kit for all Meteor Chef recipes.
... ...