diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-27 19:05:00 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-27 19:05:00 +0200 |
commit | 35b20bb63dc3852023e32dd14d99cda379685aae (patch) | |
tree | 94387570559df789ba4eb65663d37c7f39a39346 /package.json | |
parent | d25e11bee6ca5ca523884da132d18e1400e077b9 (diff) | |
download | kartik-iridium-35b20bb63dc3852023e32dd14d99cda379685aae.tar.gz kartik-iridium-35b20bb63dc3852023e32dd14d99cda379685aae.tar.bz2 kartik-iridium-35b20bb63dc3852023e32dd14d99cda379685aae.zip |
Commmmmit!
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": "", |