summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-11-02 13:38:41 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-11-02 13:38:41 +0100
commit70a232294035b2a08a701391495b65fdff696b7a (patch)
tree443f4c143c6222e1549b5ec2cde026d0eba290fa /package.json
parentd184633a8898399171ac4790a18024709a5df595 (diff)
downloadwallet-core-70a232294035b2a08a701391495b65fdff696b7a.tar.gz
wallet-core-70a232294035b2a08a701391495b65fdff696b7a.tar.bz2
wallet-core-70a232294035b2a08a701391495b65fdff696b7a.zip
automate android distribution, use files instead of .npmignore
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",