hapi-locale-17
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "hapi-locale-17", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Locale and language detection for Hapi v17", | ||
@@ -22,4 +22,4 @@ "main": "src/index.js", | ||
"test": "NODE_ENV=test mocha --recursive test", | ||
"cover": "NODE_ENV=test istanbul cover _mocha -- --recursive test", | ||
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls", | ||
"cover": "NODE_ENV=test nyc --reporter=lcov --reporter=text-summary mocha --exit --recursive test", | ||
"coveralls": "npm run cover && nyc report --reporter=lcovonly && cat ./coverage/lcov.info | coveralls", | ||
"preversion": "npm run lint && npm test" | ||
@@ -40,5 +40,4 @@ }, | ||
"hapi": "^17.2.0", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^4.1.0", | ||
"mocha-lcov-reporter": "^1.3.0", | ||
"mocha": "^5.0.0", | ||
"nyc": "^11.4.1", | ||
"sinon": "^4.1.6", | ||
@@ -45,0 +44,0 @@ "sinon-chai": "^2.14.0" |
12786
13