Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
adalcinojunior committed Aug 24, 2019
2 parents e6b49e1 + 421f5c6 commit 98ec164
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ node_js:
cache:
directories:
- node_modules

after_success: npm run coveralls
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Ideal for app express or derivative such as express-gateway
[![chai](https://img.shields.io/badge/chai-v4.2.0-orange.svg?style=flat-square&logo=chai)](https://www.npmjs.com/package/chai)
[![supertest](https://img.shields.io/badge/supertest-v4.2.0-green.svg?style=flat-square&logo=supertest)](https://www.npmjs.com/package/supertest)
[![nyc](https://img.shields.io/badge/nyc-v14.1.1-blue.svg?style=flat-square&logo=nyc)](https://www.npmjs.com/package/nyc)
[![Coverage Status](https://coveralls.io/repos/github/adalcinojunior/simple-express-authorization/badge.svg?branch=develop)](https://coveralls.io/github/adalcinojunior/simple-express-authorization?branch=develop)
[![Build Status](https://travis-ci.com/adalcinojunior/simple-express-authorization.svg?branch=develop)](https://travis-ci.com/adalcinojunior/simple-express-authorization.svg?branch=develop)
[![Coverage Status](https://coveralls.io/repos/github/adalcinojunior/simple-express-authorization/badge.svg?branch=master)](https://coveralls.io/github/adalcinojunior/simple-express-authorization?branch=master)
[![Build Status](https://travis-ci.com/adalcinojunior/simple-express-authorization.svg?branch=master)](https://travis-ci.com/adalcinojunior/simple-express-authorization.svg?branch=master)


## Installation
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"test": "mocha --opts test/mocha.opts test/**/*.spec.js",
"test:unit": "mocha --opts test/mocha.opts test/unit/*.spec.js",
"test:integration": "mocha --opts test/mocha.opts test/integration/*.spec.js",
"test:coverage": "nyc --clean --all --reporter=html --reporter=text mocha --opts test/mocha.opts test/**/*.spec.js"
"test:coverage": "nyc --clean --all --reporter=html --reporter=text mocha --opts test/mocha.opts test/**/*.spec.js",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
Expand All @@ -28,9 +29,10 @@
"homepage": "https://github.com/adalcinojunior/simple-express-authorization#readme",
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.6",
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"sinon": "^7.4.1",
"supertest": "^4.0.2"
}
}
}

0 comments on commit 98ec164

Please sign in to comment.