aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMinteck <nekostarfan@gmail.com>2021-08-27 19:05:00 +0200
committerMinteck <nekostarfan@gmail.com>2021-08-27 19:05:00 +0200
commit35b20bb63dc3852023e32dd14d99cda379685aae (patch)
tree94387570559df789ba4eb65663d37c7f39a39346 /package.json
parentd25e11bee6ca5ca523884da132d18e1400e077b9 (diff)
downloadkartik-iridium-35b20bb63dc3852023e32dd14d99cda379685aae.tar.gz
kartik-iridium-35b20bb63dc3852023e32dd14d99cda379685aae.tar.bz2
kartik-iridium-35b20bb63dc3852023e32dd14d99cda379685aae.zip
Commmmmit!
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
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": "",