diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index ad99ac2..3750dc8 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { "name": "iridium", - "version": "1.0.0", + "version": "2.1.0", "description": "A next-generation Kartik server, based on the original server", "main": "index.js", "scripts": { "test": "node index.js", - "run": "node index.js" + "run": "node index.js", + "build": "nexe index.js -o build/iridium" }, "keywords": [], "author": "", |