bower.json packaging bug: lib -> dist. fixes #91

This commit is contained in:
Dan Wheeler
2015-08-22 19:33:20 -07:00
parent 188d648729
commit ca089e90ef

View File

@@ -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"
]