Skip to content

Commit 224abd9

Browse files
committed
update pkg
1 parent 9e12e51 commit 224abd9

2 files changed

Lines changed: 39 additions & 5 deletions

File tree

package-lock.json

Lines changed: 34 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"version": "1.2.0",
3-
"description": "Portfolio of Felix Staud",
4-
"author": "Felix Staud <felix.staud@gmail.com> (https://felix-staud.com)",
2+
"version": "1.3.0",
3+
"description": "My Portfolio",
4+
"author": "flx-sta <50131232+flx-sta@users.noreply.github.com>",
55
"scripts": {
66
"dev": "vite",
7-
"build": "vue-tsc --noEmit && vite build",
7+
"build": "vite build",
88
"serve": "vite preview"
99
},
1010
"dependencies": {
@@ -20,6 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@intlify/vite-plugin-vue-i18n": "^2.3.0",
23+
"@types/node": "^22.15.17",
2324
"@vitejs/plugin-vue": "^1.2.3",
2425
"@vue/compiler-sfc": "^3.0.5",
2526
"autoprefixer": "^10.2.6",

0 commit comments

Comments
 (0)