We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36bf1a commit 9a389b4Copy full SHA for 9a389b4
package.json
@@ -1,14 +1,14 @@
1
{
2
"name": "ritabot",
3
- "version": "1.2.1-8",
+ "version": "1.2.1-9",
4
"engines": {
5
"node": "14.0.0"
6
},
7
"description": "Real-Time Intergalactic Translating Assistant bot built using discord.js and Google Translate API.",
8
"main": "src/bot.js",
9
"license": "MIT",
10
"scripts": {
11
- "start": "node build/bot",
+ "start": "node src/bot.js",
12
"build": "gulp build",
13
"coveralls": "gulp coveralls",
14
"dev": "gulp watch",
0 commit comments