summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-04-14 18:18:20 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-04-14 18:18:20 +0900
commit9fb86aed0458a3e1f41b1e4439a8b5ad736db945 (patch)
tree8c89e488b804b1ecb3869860e8452c22740043bb /package.json
parent11.0.0-beta.16 (diff)
downloadmisskey-9fb86aed0458a3e1f41b1e4439a8b5ad736db945.tar.gz
misskey-9fb86aed0458a3e1f41b1e4439a8b5ad736db945.tar.bz2
misskey-9fb86aed0458a3e1f41b1e4439a8b5ad736db945.zip
Clean up
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index 883c8a25e8..7b1e93adab 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,6 @@
"start": "node ./index.js",
"init": "node ./built/init.js",
"migrate": "node ./built/migrate.js",
- "debug": "DEBUG=misskey:* node ./index.js",
"build": "webpack && gulp build",
"webpack": "webpack",
"watch": "webpack --watch",