Skip to content

Commit a2504ff

Browse files
committed
Add .history to .gitignore
1 parent 03d00f9 commit a2504ff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
/dist
3-
coverage
3+
coverage
4+
.history

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"esbuild": "^0.25.0",
3131
"jest": "^29.6.2",
3232
"ts-jest": "^29.1.1",
33-
"vue-template-compiler": "^2.7.16"
33+
"@vue/compiler-sfc": "^3.4.21"
3434
}
3535
}

0 commit comments

Comments
 (0)