We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297db78 commit 227f376Copy full SHA for 227f376
package.json
@@ -3,6 +3,9 @@
3
"version": "1.0.0-rc.1",
4
"description": "A javascript library to diff two images. Uses the Longest-Common-Subsequence algorithm to allow content to shift. ",
5
"main": "src/index.js",
6
+ "files": [
7
+ "src"
8
+ ],
9
"author": "Henric Trotzig <[email protected]>",
10
"contributors": [
11
"Joe Lencioni <[email protected]> (https://github.com/lencioni)"
0 commit comments