Comparing version 6.2.2 to 6.3.0
{ | ||
"name": "wayfarer", | ||
"version": "6.2.2", | ||
"version": "6.3.0", | ||
"description": "Composable trie based router", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"test": "standard && NODE_ENV=test tape test/*", | ||
"test-cov": "NODE_ENV=test istanbul cover test/*" | ||
"test-cov": "NODE_ENV=test istanbul cover tape -- test/*" | ||
}, | ||
@@ -32,7 +32,7 @@ "repository": "yoshuawuyts/wayfarer", | ||
"devDependencies": { | ||
"istanbul": "^0.2.11", | ||
"mocha": "^1.20.1", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^3.1.2", | ||
"noop2": "^2.0.0", | ||
"standard": "^4.0.1", | ||
"tape": "^3.0.3" | ||
"standard": "^8.4.0", | ||
"tape": "^4.6.2" | ||
}, | ||
@@ -39,0 +39,0 @@ "files": [ |
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
14421