We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a92b8e7 commit 73c98b2Copy full SHA for 73c98b2
momentum-iron-router.js
@@ -23,7 +23,6 @@ Transitioner.start();
23
24
Momentum.registerPlugin('iron-router', function(options) {
25
check(options.options, Match.Optional(Function));
26
- console.log(options)
27
28
var getPluginOptions = function(node) {
29
var type = options.options &&
package.js
@@ -1,7 +1,7 @@
1
Package.describe({
2
name: "percolate:momentum-iron-router",
3
summary: "A momentum plugin for transitioning Iron Router pages",
4
- version: "0.5.0",
+ version: "0.5.1",
5
git: "https://github.com/percolatestudio/momentum-iron-router.git"
6
});
7
0 commit comments