node-basicauth
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"repository": { | ||
@@ -12,0 +12,0 @@ "type": "git", |
@@ -13,3 +13,3 @@ # Basic Auth Middleware for Express | ||
```coffeescript | ||
basicAuth = require 'basicauth' | ||
basicAuth = require 'node-basicauth' | ||
@@ -16,0 +16,0 @@ app.use(basicAuth({ |
5416