mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-21 01:42:26 +00:00
fix valid-email path
This commit is contained in:
parent
4b5240d8cd
commit
2d729a82a0
@ -17,7 +17,7 @@ limitations under the License.
|
||||
*/
|
||||
var validEmail;
|
||||
|
||||
validEmail = require('valid-email');
|
||||
validEmail = require('@resin.io/valid-email');
|
||||
|
||||
exports.validateEmail = function(input) {
|
||||
if (!validEmail(input)) {
|
||||
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
###
|
||||
|
||||
validEmail = require('valid-email')
|
||||
validEmail = require('@resin.io/valid-email')
|
||||
|
||||
exports.validateEmail = (input) ->
|
||||
if not validEmail(input)
|
||||
|
Loading…
x
Reference in New Issue
Block a user