Skip to content

Commit

Permalink
v0.2.0 bêta
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-perso committed Sep 4, 2022
1 parent 623dfd8 commit f3c30be
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bachero-bot",
"version": "0.1.0-beta",
"version": "0.2.0-beta",
"description": "Bachero est le meilleur bot multifonction, modulaire et open-source de Discord",
"main": "index.js",
"scripts": {
Expand All @@ -23,14 +23,16 @@
"node-fetch": "2.6.7",
"quickmongo": "3.0.2",
"simple-json-db": "^2.0.0",
"snowflake-generator": "^1.0.2"
"snowflake-generator": "^1.0.2",
"uglify-js": "^3.17.0"
},
"devDependencies": {
"nodemon": "^2.0.13"
},
"nodemonConfig": {
"ignore": [
"database/*"
"database/*",
"TEMP_bachero_textcommandcompatibility/*"
]
}
}

0 comments on commit f3c30be

Please sign in to comment.