diff --git a/package-lock.json b/package-lock.json index e1d06be..7a4352b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netatwork/mocha-utils", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netatwork/mocha-utils", - "version": "2.1.2", + "version": "2.1.3", "license": "Apache-2.0", "dependencies": { "mocha-junit-reporter": "^2.0.2" diff --git a/package.json b/package.json index 439afb7..3e4d0c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netatwork/mocha-utils", - "version": "2.1.2", + "version": "2.1.3", "description": "Utility package for mocha based test setup", "main": "dist/index.js", "typings": "dist/types/index",