mirror of
https://github.com/dropbox/zxcvbn.git
synced 2026-01-09 14:07:58 -05:00
bower.json packaging bug: lib -> dist. fixes #91
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "zxcvbn",
|
||||
"description": "realistic password strength estimation",
|
||||
"main": "lib/zxcvbn.js",
|
||||
"main": "dist/zxcvbn.js",
|
||||
"keywords": [
|
||||
"password",
|
||||
"passphrase",
|
||||
@@ -26,6 +26,7 @@
|
||||
"data",
|
||||
"data-scripts",
|
||||
"demo",
|
||||
"lib",
|
||||
"src",
|
||||
"test"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user