Skip to content

Commit 9d6044a

Browse files
update auto-update config of zxcvbn
1 parent 7ed4e5a commit 9d6044a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ajax/libs/zxcvbn/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@
1919
"autoupdate": {
2020
"source": "git",
2121
"target": "git://github.com/dropbox/zxcvbn.git",
22-
"basePath": "",
22+
"basePath": "dist",
2323
"files": [
24-
"zxcvbn.js",
25-
"zxcvbn-async.js",
26-
"zxcvbn-async-bower.js"
24+
"**/*"
2725
]
2826
},
2927
"license": "MIT",

0 commit comments

Comments
 (0)