route-node
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -0,1 +1,11 @@ | ||
<a name="1.4.1"></a> | ||
## [1.4.1](https://github.com/troch/route-node/compare/v1.4.0...v1.4.1) (2016-03-29) | ||
### Bug Fixes | ||
* remove console.log ([7e2a664](https://github.com/troch/route-node/commit/7e2a664)) | ||
<a name="1.4.0"></a> | ||
@@ -2,0 +12,0 @@ # [1.4.0](https://github.com/troch/route-node/compare/v1.3.4...v1.4.0) (2016-03-29) |
@@ -539,5 +539,2 @@ define('RouteNode', function () { 'use strict'; | ||
}); | ||
console.log(this.children.map(function (c) { | ||
return c.path; | ||
})); | ||
} else { | ||
@@ -544,0 +541,0 @@ // Locate parent node |
@@ -126,5 +126,2 @@ 'use strict'; | ||
}); | ||
console.log(this.children.map(function (c) { | ||
return c.path; | ||
})); | ||
} else { | ||
@@ -131,0 +128,0 @@ // Locate parent node |
@@ -543,5 +543,2 @@ (function (global, factory) { | ||
}); | ||
console.log(this.children.map(function (c) { | ||
return c.path; | ||
})); | ||
} else { | ||
@@ -548,0 +545,0 @@ // Locate parent node |
import Path from 'path-parser'; | ||
import { getSearch, getPath, omit, withoutBrackets, parse, toObject } from 'search-params'; | ||
import { getSearch, getPath, omit, withoutBrackets } from 'search-params'; | ||
@@ -85,3 +85,2 @@ const noop = () => {}; | ||
}); | ||
console.log(this.children.map(c => c.path)); | ||
} else { | ||
@@ -88,0 +87,0 @@ // Locate parent node |
{ | ||
"name": "route-node", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "A package to create a tree of named routes", | ||
@@ -5,0 +5,0 @@ "main": "dist/commonjs/route-node.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
215719
2282