Comparing version 3.0.1 to 3.0.2
const parse = require('regexparam'); | ||
class Trouter { | ||
module.exports = class Trouter { | ||
constructor() { | ||
@@ -54,3 +54,1 @@ this.routes = []; | ||
} | ||
module.exports = Trouter; |
{ | ||
"name": "trouter", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"repository": "lukeed/trouter", | ||
"description": "🐟 A fast, small-but-mighty, familiar ~fish~ router", | ||
"module": "index.mjs", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"files": [ | ||
"index.js" | ||
"index.js", | ||
"index.mjs" | ||
], | ||
@@ -20,3 +23,4 @@ "author": { | ||
"bench": "node bench", | ||
"test": "tape test/*.js | tap-spec" | ||
"prepack": "bundt index.mjs", | ||
"test": "tape -r esm test/*.js | tap-spec" | ||
}, | ||
@@ -32,5 +36,7 @@ "keywords": [ | ||
"devDependencies": { | ||
"tap-spec": "^4.1.1", | ||
"tape": "^4.6.3" | ||
"bundt": "0.4.0", | ||
"esm": "3.2.22", | ||
"tap-spec": "^5.0.0", | ||
"tape": "4.10.1" | ||
} | ||
} |
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
11644
5
94
4