Skip to content

Commit

Permalink
chore: v2.1.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lazzzis committed Jul 10, 2022
1 parent 4f348c0 commit 50a3961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "putongoj-fe",
"version": "2.1.0-beta.1",
"version": "2.1.0-beta.2",
"author": "Kerminate <kepeilin@outlook.com>",
"contributors": [
{
Expand All @@ -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",
Expand Down

0 comments on commit 50a3961

Please sign in to comment.