diff --git a/jamgold:bootstrap3boilerplate.js b/jamgold:bootstrap3boilerplate.js index 4abe9c2..78766cd 100644 --- a/jamgold:bootstrap3boilerplate.js +++ b/jamgold:bootstrap3boilerplate.js @@ -172,7 +172,7 @@ Template._bootstrap3boilerplateNavbar_link.helpers({ } else { - if(Bootstrap3boilerplate.iron_router) + if(Bootstrap3boilerplate._iron_router) { var c = Router.current(); if(c) diff --git a/package.js b/package.js index 75bf228..fafc5e2 100644 --- a/package.js +++ b/package.js @@ -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' }); diff --git a/versions.json b/versions.json index d8b99a2..943da5b 100644 --- a/versions.json +++ b/versions.json @@ -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" @@ -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" @@ -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" @@ -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" @@ -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": "meteor-tool@1.0.35", + "toolVersion": "meteor-tool@1.0.36", "format": "1.0" } \ No newline at end of file