From 50a39613f744a2481f6918580e1a82faff50278c Mon Sep 17 00:00:00 2001 From: lazzzis Date: Sat, 9 Jul 2022 20:53:38 -0700 Subject: [PATCH] chore: v2.1.0-beta.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index df61a29..d4306f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "putongoj-fe", - "version": "2.1.0-beta.1", + "version": "2.1.0-beta.2", "author": "Kerminate ", "contributors": [ { @@ -18,7 +18,7 @@ "unit": "jest --config test/unit/jest.conf.js --coverage", "e2e": "node test/e2e/runner.js", "test": "npm run unit && npm run e2e", - "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs", + "lint": "eslint --ext .js,.vue src/", "zip": "node build/zip.js", "dev": "vite", "build": "vite build",