diff options
author | Richard van der Hoff <richard@matrix.org> | 2015-12-02 14:04:24 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2015-12-02 14:04:24 +0000 |
commit | 2bb7f3b1e6d7735d1f03f332c57c34dc81ae88c2 (patch) | |
tree | 9f1973e3959284f4a417dc8d5f6ffa7da8c993e3 /javascript/package.json | |
parent | 28622db92f006b27b25dcaf6d06eb7b0e69c8687 (diff) |
Tweak javascript build to make npm better
Build into 'javascript' dir and tell package.json exactly which files we care
about.
Diffstat (limited to 'javascript/package.json')
-rw-r--r-- | javascript/package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/javascript/package.json b/javascript/package.json index efcdaa5..b27d6eb 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -3,6 +3,10 @@ "version": "0.1.0", "description": "An implementation of a well known cryptographic ratchet", "main": "olm.js", + "files": [ + "olm.js", + "README.md" + ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, |