Skip to content

Commit

Permalink
feat: turn on v5 proposal on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed Jan 2, 2016
1 parent 3dcb767 commit 7395237
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"contributors": [
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class Validator {
allErrors: true,
verbose: true,
removeAdditional: false,
v5: true,
};

/**
Expand Down

0 comments on commit 7395237

Please sign in to comment.