Skip to content

Commit

Permalink
3.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Taxiera committed Oct 8, 2019
1 parent cb5acb8 commit f5f49f9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions 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,6 +1,6 @@
{
"name": "eris-boiler",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "A Discord bot framework using eris",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"ava": "1.4.1",
"dotenv": "^8.0.0",
"eris": "^0.9.0",
"eris": "^0.10.1",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
Expand Down
10 changes: 5 additions & 5 deletions sample.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TOKEN=bOtTOkEn
DB_CLIENT=mysql
DB_NAME=test-db
DB_USER=user
DB_PASS=password
DB_HOST=127.0.0.1
EB_DB_CLIENT=mysql
EB_DB_NAME=test-db
EB_DB_USER=user
EB_DB_PASS=password
EB_DB_HOST=127.0.0.1

0 comments on commit f5f49f9

Please sign in to comment.