Skip to content

Commit 8432a1d

Browse files
committedOct 19, 2015
Added bootstrap and underscore packages.
chapter2-2
1 parent 3f80179 commit 8432a1d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
 

‎.meteor/packages

+2
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ ecmascript # Enable ECMAScript2015+ syntax in app code
1818

1919
autopublish # Publish all data to the clients (for prototyping)
2020
insecure # Allow all DB writes from clients (for prototyping)
21+
twbs:bootstrap
22+
underscore

‎.meteor/versions

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ standard-minifiers@1.0.1
5959
templating@1.1.4
6060
templating-tools@1.0.0
6161
tracker@1.0.9
62+
twbs:bootstrap@3.3.5
6263
ui@1.0.8
6364
underscore@1.0.4
6465
url@1.0.5

0 commit comments

Comments
 (0)
Please sign in to comment.