fix .gitignore and include zxcvbn.js
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
3cbaec416a
commit
9aeecfb3f2
|
@ -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
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
"commit": "4c3d1c2b4a246cc8d7c81a61e341ad92ce14411b"
|
||||
},
|
||||
"_source": "https://github.com/dropbox/zxcvbn.git",
|
||||
"_target": "*",
|
||||
"_originalSource": "zxcvbn"
|
||||
"_target": "^4.4.0",
|
||||
"_originalSource": "zxcvbn",
|
||||
"_direct": true
|
||||
}
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue