Skip to content

Commit 227f376

Browse files
committed
Only include source files in npm package
This will keep the size of the bundle down.
1 parent 297db78 commit 227f376

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "1.0.0-rc.1",
44
"description": "A javascript library to diff two images. Uses the Longest-Common-Subsequence algorithm to allow content to shift. ",
55
"main": "src/index.js",
6+
"files": [
7+
"src"
8+
],
69
"author": "Henric Trotzig <[email protected]>",
710
"contributors": [
811
"Joe Lencioni <[email protected]> (https://github.com/lencioni)"

0 commit comments

Comments
 (0)