aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMinteck <minteck@phoenixnet.tech>2021-10-02 18:32:54 +0200
committerMinteck <minteck@phoenixnet.tech>2021-10-02 18:32:54 +0200
commit4a210e42a235bfa190ab730c1043dd97becbc775 (patch)
treec333aa346c1fd7816c4cf2a7d656013be96c1457 /package.json
parent35b20bb63dc3852023e32dd14d99cda379685aae (diff)
downloadkartik-iridium-4a210e42a235bfa190ab730c1043dd97becbc775.tar.gz
kartik-iridium-4a210e42a235bfa190ab730c1043dd97becbc775.tar.bz2
kartik-iridium-4a210e42a235bfa190ab730c1043dd97becbc775.zip
Fixes for deployment
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
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": "",