Skip to content

Commit

Permalink
Being respectful of Bower's naming conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Rawlings committed Nov 25, 2013
1 parent 8e741c0 commit 97967a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "ArrayDiff",
"name": "array-diff",
"version": "1.0.0",
"description": "Computes the difference between two JavaScript arrays by finding the longest common subsequence between them.",
"keywords": ["array", "diff", "difference", "lcs"],
"main": ["ArrayDiff.js", "ArrayDiffElement.js"],
"license": "LICENSE",
"authors": ["Nicholas Oren Rawlings"]
}
}

0 comments on commit 97967a5

Please sign in to comment.