Skip to content

Commit

Permalink
bower fixup + ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Wheeler committed Jul 11, 2015
1 parent 0064153 commit 8f8d510
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 38 deletions.
20 changes: 19 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
{
"name": "zxcvbn",
"version": "1.0.0",
"version": "1.0.1",
"main": [
"zxcvbn.js",
"zxcvbn-async.js"
],
"ignore": [
".gitignore",
".npmignore",
".adjacency_graphs.js",
"async.coffee",
"bower.json",
"compile_and_minify.sh",
"data",
"frequency_lists.js",
"index.js",
"init.coffee",
"matching.coffee",
"package.json",
"scoring.coffee",
"scripts",
"test",
"tools"
]
}
74 changes: 37 additions & 37 deletions zxcvbn.js

Large diffs are not rendered by default.

0 comments on commit 8f8d510

Please sign in to comment.