Skip to content

Commit

Permalink
forgot to add one _ bump to _3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamgold committed Dec 12, 2014
1 parent 5293c72 commit 3c8ec52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 227 deletions.
2 changes: 1 addition & 1 deletion jamgold:bootstrap3boilerplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Template._bootstrap3boilerplateNavbar_link.helpers({
}
else
{
if(Bootstrap3boilerplate.iron_router)
if(Bootstrap3boilerplate._iron_router)
{
var c = Router.current();
if(c)
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'jamgold:bootstrap3boilerplate',
summary: 'Provide basic bootstrap-3 template with alert & navbar',
version: '0.0.2_1',
version: '0.0.2_3',
git: 'https://github.com/jamgold/jamgold-bootstrap3boilerplate'
});

Expand Down
226 changes: 1 addition & 225 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,89 +1,21 @@
{
"dependencies": [
[
"accounts-base",
"1.1.2"
],
[
"accounts-password",
"1.0.4"
],
[
"application-configuration",
"1.0.3"
],
[
"autoupdate",
"1.1.3"
],
[
"base64",
"1.0.1"
],
[
"binary-heap",
"1.0.1"
],
[
"blaze",
"2.0.3"
],
[
"blaze-tools",
"1.0.1"
],
[
"boilerplate-generator",
"1.0.1"
],
[
"callback-hook",
"1.0.1"
],
[
"check",
"1.0.2"
],
[
"classcraft:knox",
"0.9.11"
],
[
"ctl",
"1.0.2"
],
[
"ctl-helper",
"1.0.4"
],
[
"ddp",
"1.0.11"
],
[
"deps",
"1.0.5"
],
[
"edgee:slingshot",
"0.2.0"
],
[
"ejson",
"1.0.4"
],
[
"email",
"1.0.4"
],
[
"fastclick",
"1.0.1"
],
[
"follower-livedata",
"1.0.2"
],
[
"geojson-utils",
"1.0.1"
Expand All @@ -92,66 +24,14 @@
"handlebars",
"1.0.1"
],
[
"html-tools",
"1.0.2"
],
[
"htmljs",
"1.0.2"
],
[
"http",
"1.0.8"
],
[
"id-map",
"1.0.1"
],
[
"insecure",
"1.0.1"
],
[
"iron:controller",
"1.0.3"
],
[
"iron:core",
"1.0.3"
],
[
"iron:dynamic-template",
"1.0.3"
],
[
"iron:layout",
"1.0.3"
],
[
"iron:location",
"1.0.3"
],
[
"iron:middleware-stack",
"1.0.3"
],
[
"iron:router",
"1.0.3"
],
[
"iron:url",
"1.0.3"
],
[
"jamgold:bootstrap3boilerplate",
"0.0.1"
],
[
"jamgold:lorem-ipsum",
"0.0.1"
],
[
"jquery",
"1.0.1"
Expand All @@ -160,58 +40,14 @@
"json",
"1.0.1"
],
[
"launch-screen",
"1.0.0"
],
[
"livedata",
"1.0.11"
],
[
"localstorage",
"1.0.1"
],
[
"logging",
"1.0.5"
],
[
"meteor",
"1.1.3"
],
[
"meteor-platform",
"1.2.0"
],
[
"minifiers",
"1.1.2"
],
[
"minimongo",
"1.0.5"
],
[
"mobile-status-bar",
"1.0.1"
],
[
"mongo",
"1.0.8"
],
[
"mrt:accounts-ui-bootstrap-3",
"0.3.3"
],
[
"mrt:bootstrap-3",
"0.3.8"
],
[
"npm-bcrypt",
"0.7.7"
],
[
"observe-sequence",
"1.0.3"
Expand All @@ -224,54 +60,10 @@
"random",
"1.0.1"
],
[
"reactive-dict",
"1.0.4"
],
[
"reactive-var",
"1.0.3"
],
[
"reload",
"1.1.1"
],
[
"retry",
"1.0.1"
],
[
"routepolicy",
"1.0.2"
],
[
"service-configuration",
"1.0.2"
],
[
"session",
"1.0.4"
],
[
"sha",
"1.0.1"
],
[
"spacebars",
"1.0.3"
],
[
"spacebars-compiler",
"1.0.3"
],
[
"srp",
"1.0.1"
],
[
"stylus",
"1.0.5"
],
[
"templating",
"1.0.9"
Expand All @@ -280,28 +72,12 @@
"tracker",
"1.0.3"
],
[
"ui",
"1.0.4"
],
[
"underscore",
"1.0.1"
],
[
"url",
"1.0.2"
],
[
"webapp",
"1.1.4"
],
[
"webapp-hashing",
"1.0.1"
]
],
"pluginDependencies": [],
"toolVersion": "[email protected].35",
"toolVersion": "[email protected].36",
"format": "1.0"
}

0 comments on commit 3c8ec52

Please sign in to comment.