express-status
Advanced tools
Comparing version 1.0.1 to 1.0.3
@@ -80,6 +80,8 @@ (function(){ | ||
gulp.task('test',['unit', 'mocha', 'process']); | ||
gulp.task('conver',['unit', 'instrument', 'mocha', 'gather', 'format', 'report','enforce' ,'process']); | ||
gulp.task('cover',['unit', 'instrument', 'mocha', 'gather', 'format', 'report','enforce' ,'process']); | ||
gulp.task('doc',['src', 'docjs2md', 'process']); | ||
/**************************************/ | ||
gulp.task('default',['cover']) | ||
}()) |
{ | ||
"name": "express-status", | ||
"version": "1.0.1", | ||
"version": "1.0.3", | ||
"description": "status code response helper", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,2 +5,4 @@ # express-status | ||
[![Build Status](https://travis-ci.org/RiptideCloud/express-status.svg)](https://travis-ci.org/RiptideCloud/express-status) | ||
## Purpose | ||
@@ -11,3 +13,3 @@ The purpose of this library is to remove magic numbers from your code and define the status codes in one place. | ||
```bash | ||
npm install express-status | ||
``` | ||
@@ -21,3 +23,3 @@ | ||
test only | ||
unit test only | ||
```bash | ||
@@ -24,0 +26,0 @@ gulp test |
Sorry, the diff of this file is not supported yet
39921
9
778
339