diff --git a/package.json b/package.json index 29de087..2a555b5 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,11 @@ "pretest": "npm run compile", "prepublish": "npm run compile", "test": "./node_modules/.bin/mocha", - "semantic-release": "./node_modules/.bin/semantic-release pre && npm publish && ./node_modules/.bin/semantic-release post" + "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "repository": { "type": "git", - "url": "git+https://github.com/makeomatic/ms-validation.git" + "url": "https://github.com/makeomatic/ms-validation.git" }, "author": "Vitaly Aminev ", "contributors": [ diff --git a/src/index.js b/src/index.js index 064545b..df7cb57 100644 --- a/src/index.js +++ b/src/index.js @@ -70,6 +70,7 @@ class Validator { allErrors: true, verbose: true, removeAdditional: false, + v5: true, }; /**