route-node
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "route-node", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A package to create a tree of named routes#", | ||
@@ -35,4 +35,4 @@ "main": "dist/commonjs/route-node.js", | ||
"dependencies": { | ||
"path-parser": "~0.1.0" | ||
"path-parser": "~0.1.1" | ||
} | ||
} |
@@ -20,2 +20,3 @@ var babel = require('babel'); | ||
buildFactory('common', 'dist/commonjs/route-node.js'), | ||
buildFactory('amd', 'dist/amd/route-node.js'), | ||
buildFactory('umd', 'dist/umd/route-node.js') | ||
@@ -22,0 +23,0 @@ ], function (err) { |
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
44944
12
895
Updatedpath-parser@~0.1.1