http-status
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.7.1 | ||
// Generated by CoffeeScript 1.10.0 | ||
module.exports = { | ||
@@ -39,2 +39,3 @@ 100: 'Continue', | ||
429: 'Too Many Requests', | ||
451: 'Unavailable For Legal Reasons', | ||
500: 'Internal Server Error', | ||
@@ -82,2 +83,3 @@ 501: 'Not Implemented', | ||
TOO_MANY_REQUESTS: 429, | ||
UNAVAILABLE_FOR_LEGAL_REASONS: 451, | ||
INTERNAL_SERVER_ERROR: 500, | ||
@@ -84,0 +86,0 @@ NOT_IMPLEMENTED: 501, |
{ | ||
"name": "http-status", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Interact with HTTP status code", | ||
@@ -5,0 +5,0 @@ "homepage": "http://www.adaltas.com/projects/node-http-status", |
6917
89