Skip to content

Commit

Permalink
Merge pull request #259 from ZyC0R3/npm-fix
Browse files Browse the repository at this point in the history
Rebuild
  • Loading branch information
ArtanisTheOne committed Feb 5, 2021
2 parents d36bf1a + b5dad07 commit 5451c7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "ritabot",
"version": "1.2.1-8",
"version": "1.2.1-9",
"engines": {
"node": "14.0.0"
},
"description": "Real-Time Intergalactic Translating Assistant bot built using discord.js and Google Translate API.",
"main": "src/bot.js",
"license": "MIT",
"scripts": {
"start": "node build/bot",
"start": "node src/bot.js",
"build": "gulp build",
"coveralls": "gulp coveralls",
"dev": "gulp watch",
Expand Down

0 comments on commit 5451c7e

Please sign in to comment.