summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-04-22 21:32:09 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-04-22 21:32:09 +0900
commit0b99483ccbb1a4c111177718c0e9300a19d36a28 (patch)
tree892645d59eb75cb69e5576df923825b3ceb7e20b /package.json
parentFix bug (diff)
downloadsharkey-0b99483ccbb1a4c111177718c0e9300a19d36a28.tar.gz
sharkey-0b99483ccbb1a4c111177718c0e9300a19d36a28.tar.bz2
sharkey-0b99483ccbb1a4c111177718c0e9300a19d36a28.zip
サーバーのバージョンとクライアントのバージョンを分けた
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 2 insertions, 5 deletions
diff --git a/package.json b/package.json
index a6cc8f65e0..0a3026e17e 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,9 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
- "version": "0.0.5089",
+ "version": "1.0.0",
+ "clientVersion": "1.0.0",
"codename": "nighthike",
- "license": "MIT",
- "description": "A miniblog-based SNS",
- "bugs": "https://github.com/syuilo/misskey/issues",
- "repository": "https://github.com/syuilo/misskey.git",
"main": "./built/index.js",
"private": true,
"scripts": {