Commit 32b96e17fc97d183eb2eef7c8621be049cad876c
1 parent
b4409779e8
Exists in
master
remove smart.* files from Meteorite
- Remove smart.* files from Meteorite days. - Update README.md with latest Base version. - Update index.html with latest Base version.
Showing
4 changed files
with
2 additions
and
48 deletions
Show diff stats
README.md
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.1.0</p> | |
6 | + <p style="font-size: 16px; color: #aaa;">Currently at v3.1.1</p> | |
7 | 7 | </div> |
8 | 8 | </template> | ... | ... |
smart.json
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 | -} |