connect-rest
Advanced tools
Comparing version 0.7.5 to 0.7.6
@@ -6,3 +6,3 @@ /* | ||
*/ | ||
var VERSION = '0.7.5'; | ||
var VERSION = '0.7.6'; | ||
@@ -9,0 +9,0 @@ var connect = require('connect'); |
@@ -7,3 +7,2 @@ var Path = require('./path'); | ||
return function(req, res, next) { | ||
if(method !== req.method && method !== "*") { | ||
@@ -10,0 +9,0 @@ return next(); |
{ | ||
"name": "connect-rest", | ||
"version": "0.7.5", | ||
"version": "0.7.6", | ||
"description": "Exceptionally featureful RESTful web services middleware for Connect.", | ||
@@ -43,6 +43,6 @@ "keywords": [ | ||
"grunt": "~0.4", | ||
"grunt-contrib-jshint": "~0.7", | ||
"grunt-contrib-connect": "~0.5", | ||
"grunt-contrib-jshint": "~0.8", | ||
"grunt-contrib-connect": "~0.6", | ||
"grunt-contrib-nodeunit": "~0.2", | ||
"should": "~1" | ||
"should": "~2" | ||
}, | ||
@@ -52,3 +52,3 @@ "engines": { | ||
}, | ||
"_id": "connect-rest@0.7.4" | ||
"_id": "connect-rest@0.7.6" | ||
} |
@@ -37,3 +37,3 @@ var rest = require('../lib/connect-rest'); | ||
} ); | ||
connectApp.use( connect.static('./test/www') ); | ||
@@ -40,0 +40,0 @@ |
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
99258