Skip to content

Commit

Permalink
1.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Nov 3, 2020
1 parent ce107c5 commit ca04d70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-appservice-discord",
"version": "1.0.0",
"version": "1.0.0-rc1",
"description": "A bridge between Matrix and Discord",
"main": "discordas.js",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"coverage": "nyc mocha -r ts-node/register test/config.ts test/test_*.ts test/**/test_*.ts",
"build": "tsc",
"postinstall": "npm run build",
"start": "npm run-script build && node ./build/src/discordas.js -p 9005 -c config.yaml",
"start": "npm run-script build && node ./build/src/discordas.js -p 9995 -c config.yaml",
"debug": "npm run-script build && node --inspect ./build/src/discordas.js -p 9005 -c config.yaml",
"addbot": "node ./build/tools/addbot.js",
"adminme": "node ./build/tools/adminme.js",
Expand Down

0 comments on commit ca04d70

Please sign in to comment.