changed a lot of shit, changed it back, :shrug-emoji:

This commit is contained in:
2022-01-11 01:22:12 +00:00
parent f51c62a55e
commit 76ad844c92
4 changed files with 5818 additions and 7856 deletions

View File

@@ -1,15 +1,10 @@
{
"name": "ayanova",
"version": "8.0.0-beta.0.10",
"version": "8.0.0-beta.0.11",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --modern",
"buildnopwa": "vue-cli-service build --modern --skip-plugins pwa,workbox",
"test:e2e": "vue-cli-service test:e2e",
"test:front-debug": "vue-cli-service test:e2e --url http://localhost:8080",
"test:front-localrelease": "vue-cli-service test:e2e --url http://localhost:7575",
"test:front-devops": "vue-cli-service test:e2e --url https://test.helloayanova.com",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"myLint": "npm run lint"
},
@@ -85,6 +80,8 @@
}
},
"browserslist": [
"defaults"
"> 1%",
"last 2 versions",
"not dead"
]
}