Files

Return to Package Diff Home.
Brought to you by Intrinsic.

Package Diff: http-status-codes @ 1.3.0 .. 1.3.2

.npmignore

@@ -1,19 +0,0 @@
-coverage.html
-.DS_Store
-lib-cov
-*.seed
-*.log
-*.csv
-*.dat
-*.out
-*.pid
-*.swp
-*.swo
-benchmarks/graphs
-testing
-node_modules/
-testing
-.coverage_data
-cover_html
-test.js
-.idea
\ No newline at end of file

package.json

@@ -1,6 +1,6 @@
{
"name": "http-status-codes",
- "version": "1.3.0",
+ "version": "1.3.2",
"description": "Constants enumerating the HTTP status codes. Based on the Java Apache HttpStatus API.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"

README.md

@@ -30,7 +30,7 @@
## Codes
-Constant | Code | Message
+Constant | Code | Status Text
------------------------------------|-------|-----------------------------------
ACCEPTED | 202 | Accepted
BAD_GATEWAY | 502 | Bad Gateway