fix version

This commit is contained in:
Ildar Kamalov
2025-08-11 13:34:29 +03:00
parent 75c9caffbd
commit 0224f567e6
2 changed files with 3 additions and 3 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "dashboard",
"version": "1.0.0",
"version": "2.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "dashboard",
"version": "1.0.0",
"version": "2.0.0",
"dependencies": {
"@adguard/translate": "^1.0.2",
"axios": "^0.19.2",

View File

@@ -1,6 +1,6 @@
{
"name": "dashboard",
"version": "1.0.0",
"version": "2.0.0",
"private": true,
"scripts": {
"build-dev": "cross-env NODE_ENV=development BUILD_ENV=dev webpack --config webpack.dev.js",