Commit 484d11786c40c5cc8f0a913d1abd957e053e5f34

Authored by Joe
Exists in master

Merge pull request #1 from themeteorchef/master

Update fork.
1   -METEOR@1.2.0.1
  1 +METEOR@1.2.0.2
... ...
... ... @@ -16,11 +16,11 @@ browser-policy-common@1.0.4
16 16 browser-policy-content@1.0.6
17 17 browser-policy-framing@1.0.6
18 18 caching-compiler@1.0.0
19   -caching-html-compiler@1.0.1
  19 +caching-html-compiler@1.0.2
20 20 callback-hook@1.0.4
21 21 check@1.0.6
22 22 chuangbo:cookie@1.1.0
23   -coffeescript@1.0.9
  23 +coffeescript@1.0.10
24 24 cosmos:browserify@0.5.1
25 25 ddp@1.2.2
26 26 ddp-client@1.2.1
... ... @@ -30,7 +30,7 @@ ddp-server@1.2.1
30 30 deps@1.0.9
31 31 diff-sequence@1.0.1
32 32 digilord:faker@1.0.7
33   -ecmascript@0.1.4
  33 +ecmascript@0.1.5
34 34 ecmascript-collections@0.1.6
35 35 ejson@1.0.7
36 36 email@1.0.7
... ... @@ -47,7 +47,7 @@ kadira:flow-router@2.6.2
47 47 livedata@1.0.15
48 48 localstorage@1.0.5
49 49 logging@1.0.8
50   -meteor@1.1.7
  50 +meteor@1.1.9
51 51 meteor-base@1.0.1
52 52 meteorhacks:async@1.0.0
53 53 meteorhacks:fast-render@2.10.0
... ... @@ -56,18 +56,18 @@ meteorhacks:npm@1.5.0
56 56 meteorhacks:picker@1.0.3
57 57 meteorhacks:ssr@2.1.2
58 58 minifiers@1.1.7
59   -minimongo@1.0.9
60   -mongo@1.1.1
  59 +minimongo@1.0.10
  60 +mongo@1.1.2
61 61 mongo-id@1.0.1
62 62 npm-bcrypt@0.7.8_2
63 63 npm-container@1.2.0
64 64 npm-mongo@1.4.39_1
65 65 observe-sequence@1.0.7
66 66 ordered-dict@1.0.4
67   -promise@0.4.8
  67 +promise@0.5.0
68 68 random@1.0.4
69 69 rate-limit@1.0.0
70   -reactive-dict@1.1.1
  70 +reactive-dict@1.1.2
71 71 reactive-var@1.0.6
72 72 reload@1.1.4
73 73 retry@1.0.4
... ... @@ -78,13 +78,13 @@ sha@1.0.4
78 78 spacebars@1.0.7
79 79 spacebars-compiler@1.0.7
80 80 srp@1.0.4
81   -standard-minifiers@1.0.0
  81 +standard-minifiers@1.0.1
82 82 stevezhu:lodash@3.10.1
83   -templating@1.1.3
  83 +templating@1.1.4
84 84 templating-tools@1.0.0
85 85 themeteorchef:bert@1.1.0
86 86 themeteorchef:jquery-validation@1.14.0
87   -tracker@1.0.8
  87 +tracker@1.0.9
88 88 twbs:bootstrap@3.3.5
89 89 ui@1.0.8
90 90 underscore@1.0.4
... ...
... ... @@ -5,11 +5,11 @@ A starting point for Meteor apps.
5 5 <tbody>
6 6 <tr>
7 7 <th>Base Version</th>
8   - <td>v3.0.0</td>
  8 + <td>v3.1.1</td>
9 9 </tr>
10 10 <tr>
11 11 <th>Meteor Version</th>
12   - <td>v1.2.0.1</td>
  12 + <td>v1.2.0.2</td>
13 13 </tr>
14 14 </tbody>
15 15 </table>
... ...
client/templates/authenticated/index.html
... ... @@ -3,6 +3,6 @@
3 3 <h2>Base</h2>
4 4 <p>A starting point for Meteor applications.</p>
5 5 <p><a class="btn btn-success" href="http://themeteorchef.com/base" role="button">Read the Documentation</a></p>
6   - <p style="font-size: 16px; color: #aaa;">Currently at v3.0.0</p>
  6 + <p style="font-size: 16px; color: #aaa;">Currently at v3.1.1</p>
7 7 </div>
8 8 </template>
... ...
smart.json
... ... @@ -1,8 +0,0 @@
1   -{
2   - "packages": {
3   - "iron-router": {},
4   - "sass": {},
5   - "bootstrap-3": {},
6   - "handlebars-server": {}
7   - }
8   -}
smart.lock
... ... @@ -1,38 +0,0 @@
1   -{
2   - "meteor": {},
3   - "dependencies": {
4   - "basePackages": {
5   - "iron-router": {},
6   - "sass": {},
7   - "bootstrap-3": {},
8   - "handlebars-server": {}
9   - },
10   - "packages": {
11   - "iron-router": {
12   - "git": "https://github.com/EventedMind/iron-router.git",
13   - "tag": "v0.7.1",
14   - "commit": "d1ffb3f06ea4c112132b030f2eb1a70b81675ecb"
15   - },
16   - "sass": {
17   - "git": "https://github.com/particle4dev/meteor-sass.git",
18   - "tag": "v0.1.7",
19   - "commit": "b41757f87475186b1485ec54a819d6e027ee3d88"
20   - },
21   - "bootstrap-3": {
22   - "git": "https://github.com/mangasocial/meteor-bootstrap-3.git",
23   - "tag": "v3.2.0-1",
24   - "commit": "17a63902fc6cf1096c5289d963c66cf28b474727"
25   - },
26   - "handlebars-server": {
27   - "git": "https://github.com/EventedMind/meteor-handlebars-server.git",
28   - "tag": "v1.2.0",
29   - "commit": "1b72c4e9d82af66293e50be4516c487d15d97464"
30   - },
31   - "blaze-layout": {
32   - "git": "https://github.com/EventedMind/blaze-layout.git",
33   - "tag": "v0.2.4",
34   - "commit": "b40e9b0612329288d75cf52ad14a7da64bb8618f"
35   - }
36   - }
37   - }
38   -}