Skip to content

Commit aaa49f7

Browse files
authored
Merge pull request #4 from happo/tweak-package-description
Improve package.json description
2 parents c088a84 + 65d5b8d commit aaa49f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lcs-image-diff",
33
"version": "1.1.0",
4-
"description": "A javascript library to diff two images. Uses the Longest-Common-Subsequence algorithm to allow content to shift. ",
4+
"description": "A JavaScript library to diff two images. Uses the Longest-Common-Subsequence algorithm to allow content to shift.",
55
"main": "src/index.js",
66
"files": [
77
"src"

0 commit comments

Comments
 (0)