Comparing version 1.3.4 to 1.3.5
{ | ||
"name": "take-five", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "Very minimal JSON-REST server", | ||
@@ -5,0 +5,0 @@ "main": "take-five.js", |
@@ -35,3 +35,3 @@ const path = require('path') | ||
router[m] = (matcher, func) => { | ||
const nsMatcher = path.join(ns, matcher) | ||
const nsMatcher = path.posix.join(ns, matcher) | ||
addRoute(m, nsMatcher, func) | ||
@@ -38,0 +38,0 @@ } |
13408