Skip to content

Commit

Permalink
2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-20 committed Jul 3, 2024
1 parent 36d987f commit 7674a80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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
Expand Up @@ -2,11 +2,11 @@
"name": "validator-web",
"type": "module",
"private": true,
"version": "2.7.0",
"version": "2.8.0",
"scripts": {
"start": "npm run dev",
"dev": "vite --mode development",
"dev:local": "vite --mode localdev",
"dev:local": "vite --mode localdev",
"dev:production": "vite --mode production",
"build:development": "vite build --mode development",
"build:production": "vite build --mode production",
Expand Down

0 comments on commit 7674a80

Please sign in to comment.