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
+4
View File
@@ -30,6 +30,10 @@
"encoder",
"abstract-encoding"
],
"files": [
"index.js",
"types.js"
],
"author": "Mathias Buus",
"license": "MIT"
}