summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/package.json b/package.json
index 31cf91b13..2b2efcf0c 100644
--- a/package.json
+++ b/package.json
@@ -15,6 +15,15 @@
"scripts": {
"build": "make tsc"
},
+ "files": [
+ "AUTHORS",
+ "README",
+ "COPYING",
+ "bin/",
+ "dist/node",
+ "src/",
+ "emscripten/"
+ ],
"devDependencies": {
"@types/react": "^16.4.0",
"@types/react-dom": "^16.0.0",