UNPKG

cheke

Version:

Express request validator with object's style response body and inspired by Laravel's Validator

20 lines (19 loc) 247 B
sudo: false env: global: - NODE_ENV=test language: node_js node_js: - "10.15.1" cache: directories: - node_modules branches: only: - master install: - npm install script: - npm run test after_success: - npm run coveralls