add files array to package.json - fixes #8

This commit is contained in:
silverwind 2017-08-16 12:34:29 +02:00
parent c61f402d48
commit 79d307ba61
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -30,6 +30,10 @@
"encoder", "encoder",
"abstract-encoding" "abstract-encoding"
], ],
"files": [
"index.js",
"types.js"
],
"author": "Mathias Buus", "author": "Mathias Buus",
"license": "MIT" "license": "MIT"
} }