Commit 1fe5476bd660416b8eed66e46c915a0a2a07b117

Authored by Ryan Glover
Exists in master

Merge branch 'refactor/replace_bootstrap3_package'

... ... @@ -11,7 +11,7 @@ jquery
11 11 check
12 12 audit-argument-checks
13 13 iron:router
14   -pinglamb:bootstrap3
15 14 cmather:handlebars-server
16 15 themeteorchef:jquery-validation
17 16 particle4dev:sass@0.3.0
  17 +twbs:bootstrap
... ...
... ... @@ -47,7 +47,6 @@ npm-bcrypt@0.7.7
47 47 observe-sequence@1.0.4
48 48 ordered-dict@1.0.2
49 49 particle4dev:sass@0.3.0
50   -pinglamb:bootstrap3@3.2.1
51 50 random@1.0.2
52 51 reactive-dict@1.0.5
53 52 reactive-var@1.0.4
... ... @@ -64,6 +63,7 @@ standard-app-packages@1.0.4
64 63 templating@1.0.10
65 64 themeteorchef:jquery-validation@1.13.1
66 65 tracker@1.0.4
  66 +twbs:bootstrap@3.3.1_2
67 67 ui@1.0.5
68 68 underscore@1.0.2
69 69 url@1.0.3
... ...
... ... @@ -9,7 +9,7 @@ For more detail on updates, [read the Changelog](https://github.com/themeteorche
9 9 - Accounts (Base) - `meteor add accounts-base`
10 10 - Accounts (Password) - `meteor add accounts-password`
11 11 - Audit Argument Checks - `meteor add audit-argument-checks`
12   -- Bootstrap 3 - `meteor add pinglamb:bootstrap3`
  12 +- Bootstrap 3 - `meteor add twbs:bootstrap`
13 13 - Check - `meteor add check`
14 14 - Handlebars Server - `meteor add cmather:handlebars-server`
15 15 - Iron Router - `meteor add iron:router`
... ...