Skip to content

Commit f8e69e6

Browse files
authored
Merge pull request #6 from line/feat/version-up
Update version 2.1.0
2 parents f5d7f35 + fa41697 commit f8e69e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "abc-virtual-background-maker",
33
"private": true,
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8-
"build": "tsc && vite build",
8+
"build": "vite build && tsc",
99
"preview": "vite preview",
1010
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
1111
"stylelint": "stylelint \"src/**/*.scss\"",

0 commit comments

Comments
 (0)