hmpo-stubber
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "hmpo-stubber", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Create dynamic stub API services using a simple JSON configuration", | ||
@@ -10,3 +10,3 @@ "main": "./lib", | ||
"scripts": { | ||
"test": "npm run test:lint && npm run test:unit && npm run test:cover && npm audit", | ||
"test": "npm run test:lint && npm run test:unit && npm run test:cover && npm audit --production", | ||
"test:lint": "eslint .", | ||
@@ -38,8 +38,8 @@ "test:unit": "nyc --reporter=lcov --reporter=text-summary _mocha test/unit/ --recursive --require test/unit/helper", | ||
"eslint": "^6.8.0", | ||
"mocha": "^7.0.1", | ||
"mocha": "^7.1.1", | ||
"nyc": "^15.0.0", | ||
"proxyquire": "^2.1.3", | ||
"reqres": "^3.0.1", | ||
"sinon": "^8.1.1", | ||
"sinon-chai": "^3.4.0" | ||
"sinon": "^9.0.1", | ||
"sinon-chai": "^3.5.0" | ||
}, | ||
@@ -46,0 +46,0 @@ "dependencies": { |
68717