Skip to content

Commit 9a389b4

Browse files
Rebuild
Fix the npm start script
1 parent d36bf1a commit 9a389b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "ritabot",
3-
"version": "1.2.1-8",
3+
"version": "1.2.1-9",
44
"engines": {
55
"node": "14.0.0"
66
},
77
"description": "Real-Time Intergalactic Translating Assistant bot built using discord.js and Google Translate API.",
88
"main": "src/bot.js",
99
"license": "MIT",
1010
"scripts": {
11-
"start": "node build/bot",
11+
"start": "node src/bot.js",
1212
"build": "gulp build",
1313
"coveralls": "gulp coveralls",
1414
"dev": "gulp watch",

0 commit comments

Comments
 (0)