diff --git a/package.json b/package.json index 8a60c75..eb1b5a1 100644 --- a/package.json +++ b/package.json @@ -18,12 +18,10 @@ }, "homepage": "https://github.com/pasupulaphani/node-cache-redis#readme", "author": "pasupulaphani@gmail.com", - "contributors": [ - { - "name": "Ron Yang", - "email": "yrong1997@gmail.com" - } - ], + "contributors": [{ + "name": "Ron Yang", + "email": "yrong1997@gmail.com" + }], "license": "WTFPL", "keywords": [ "redis", @@ -40,9 +38,9 @@ ], "scripts": { "lint": "eslint ./lib", - "test": "jest --runInBand --detectOpenHandles --forceExit", + "test": "jest --runInBand --detectOpenHandles --forceExit --coverage", "test:watch": "jest --runInBand --detectOpenHandles --forceExit --watch", - "coveralls": "jest --coverage && coveralls < coverage/lcov.info", + "coveralls": "npm run test && coveralls < coverage/lcov.info", "docs": "jsdoc -c .jsdoc.json", "publish:patch": "npm version patch && npm run publish:push", "publish:minor": "npm version minor && npm run publish:push",