Skip to content

Commit

Permalink
bower.json ignore: minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Wheeler committed Jul 11, 2015
1 parent 8f8d510 commit 61cc72a
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions bower.json
@@ -1,26 +1,26 @@
{
"name": "zxcvbn",
"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"
]
"name": "zxcvbn",
"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"
]
}

0 comments on commit 61cc72a

Please sign in to comment.