hapi-crud-promise
Advanced tools
Comparing version
{ | ||
"name": "hapi-crud-promise", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Easily create CRUD routes on a hapi server by providing a path and promises for each of the actions", | ||
@@ -13,3 +13,4 @@ "main": "index.js", | ||
"posttest": "eslint .", | ||
"test-cov": "istanbul cover node_modules/.bin/_mocha -- --recursive -R spec" | ||
"test-cov": "istanbul cover node_modules/.bin/_mocha -- --recursive -R spec", | ||
"report-coverage": "cat ./coverage/lcov.info | coveralls" | ||
}, | ||
@@ -30,2 +31,3 @@ "repository": { | ||
"chai": "^3.4.1", | ||
"coveralls": "^2.11.6", | ||
"eslint": "^1.10.3", | ||
@@ -32,0 +34,0 @@ "eslint-config-vinli": "^4.1.0", |
@@ -1,4 +0,4 @@ | ||
hapi-crud-promise [](https://travis-ci.org/gangstead/hapi-crud-promise) | ||
hapi-crud-promise [](https://travis-ci.org/gangstead/hapi-crud-promise) [](https://coveralls.io/github/gangstead/hapi-crud-promise?branch=master) | ||
========================== | ||
[](https://nodei.co/npm/comder/) [](https://nodei.co/npm/comder/) | ||
[](https://nodei.co/npm/hapi-crud-promise/) [](https://nodei.co/npm/hapi-crud-promise/) | ||
@@ -5,0 +5,0 @@ <!-- toc --> |
Sorry, the diff of this file is not supported yet
9433
4%10
11.11%