Skip to content

Commit

Permalink
13.5.1
Browse files Browse the repository at this point in the history
fix failure due to missing files
  • Loading branch information
profnandaa committed Nov 30, 2020
1 parent 012301d commit 4e3e51c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "validator",
"description": "String validation and sanitization",
"version": "13.5.0",
"version": "13.5.1",
"sideEffects": false,
"homepage": "https://github.com/chriso/validator.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ import isStrongPassword from './lib/isStrongPassword';

import isVAT from './lib/isVAT';

const version = '13.5.0';
const version = '13.5.1';

const validator = {
version,
Expand Down
2 changes: 1 addition & 1 deletion validator.min.js

Large diffs are not rendered by default.

0 comments on commit 4e3e51c

Please sign in to comment.