Skip to content

Commit

Permalink
fix: later versions of email-validator don't support node 0.12
Browse files Browse the repository at this point in the history
In order to maintain compatibility with Node 0.12, we need to pin
email-validator to the version that supports this version of Node.
  • Loading branch information
joshje committed Apr 17, 2018
1 parent cd1f2a0 commit d5e37ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"debug": "^2.2.0",
"email-validator": "^1.1.1",
"email-validator": "1.1.1",
"es6-promise": "^3.1.2",
"js-yaml": "^3.5.3",
"lodash.clonedeep": "^4.3.1",
Expand Down

0 comments on commit d5e37ee

Please sign in to comment.