Skip to content

Commit 97967a5

Browse files
author
Nicholas Rawlings
committed
Being respectful of Bower's naming conventions
1 parent 8e741c0 commit 97967a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "ArrayDiff",
2+
"name": "array-diff",
33
"version": "1.0.0",
44
"description": "Computes the difference between two JavaScript arrays by finding the longest common subsequence between them.",
55
"keywords": ["array", "diff", "difference", "lcs"],
66
"main": ["ArrayDiff.js", "ArrayDiffElement.js"],
77
"license": "LICENSE",
88
"authors": ["Nicholas Oren Rawlings"]
9-
}
9+
}

0 commit comments

Comments
 (0)