fix .gitignore and include zxcvbn.js
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
3cbaec416a
commit
9aeecfb3f2
3 changed files with 34 additions and 3 deletions
4
core/vendor/.gitignore
vendored
4
core/vendor/.gitignore
vendored
|
@ -104,7 +104,9 @@ select2/**
|
|||
#zxcvbn
|
||||
zxcvbn/**
|
||||
!zxcvbn/.bower.json
|
||||
!zxcvbn/zxcvbn.js
|
||||
!zxcvbn/dist
|
||||
zxcvbn/dist/**
|
||||
!zxcvbn/dist/zxcvbn.js
|
||||
!zxcvbn/LICENSE.txt
|
||||
|
||||
# snapjs
|
||||
|
|
5
core/vendor/zxcvbn/.bower.json
vendored
5
core/vendor/zxcvbn/.bower.json
vendored
|
@ -39,6 +39,7 @@
|
|||
"commit": "4c3d1c2b4a246cc8d7c81a61e341ad92ce14411b"
|
||||
},
|
||||
"_source": "https://github.com/dropbox/zxcvbn.git",
|
||||
"_target": "*",
|
||||
"_originalSource": "zxcvbn"
|
||||
"_target": "^4.4.0",
|
||||
"_originalSource": "zxcvbn",
|
||||
"_direct": true
|
||||
}
|
28
core/vendor/zxcvbn/dist/zxcvbn.js
vendored
Normal file
28
core/vendor/zxcvbn/dist/zxcvbn.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue