aboutsummaryrefslogtreecommitdiff
path: root/javascript/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/package.json')
-rw-r--r--javascript/package.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/javascript/package.json b/javascript/package.json
index efcdaa5..df43ce1 100644
--- a/javascript/package.json
+++ b/javascript/package.json
@@ -1,9 +1,14 @@
{
"name": "olm",
- "version": "0.1.0",
- "description": "An implementation of a well known cryptographic ratchet",
+ "version": "1.3.0",
+ "description": "An implementation of the Double Ratchet cryptographic ratchet",
"main": "olm.js",
+ "files": [
+ "olm.js",
+ "README.md"
+ ],
"scripts": {
+ "build": "make -C .. js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {