Skip to content

Commit

Permalink
🚀 Fix version tag (deploy)
Browse files Browse the repository at this point in the history
  • Loading branch information
barbarbar338 committed Nov 5, 2023
1 parent feb49f7 commit b912bb3
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# compiled output
/dist
/node_modules

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# OS
.DS_Store

# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# Others
*.env
*lock*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bh-open-api",
"version": "1.0.0",
"version": "2.0.0",
"description": "An unofficial API server with no connection to Brawlhalla and its developers, prepared for easier and unlimited access to Brawlhalla API services.",
"author": {
"email": "hi@338.rocks",
Expand Down

0 comments on commit b912bb3

Please sign in to comment.