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