Skip to content

Commit ca089e9

Browse files
committed
bower.json packaging bug: lib -> dist. fixes #91
1 parent 188d648 commit ca089e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bower.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zxcvbn",
33
"description": "realistic password strength estimation",
4-
"main": "lib/zxcvbn.js",
4+
"main": "dist/zxcvbn.js",
55
"keywords": [
66
"password",
77
"passphrase",
@@ -26,6 +26,7 @@
2626
"data",
2727
"data-scripts",
2828
"demo",
29+
"lib",
2930
"src",
3031
"test"
3132
]

0 commit comments

Comments
 (0)