Skip to content

Commit

Permalink
revert: remove TypeScript files and update package dependencies
Browse files Browse the repository at this point in the history
This reverts commit 74e36a4
  • Loading branch information
Renato Moor committed Dec 14, 2023
1 parent be60777 commit a0e9662
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@
"docs:preview": "vitepress preview docs",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"build": "tsc && vite build",
"release": "pnpm build && release-it"
"build": "tsc && vite build && api-extractor run",
"release": "release-it"
},
"dependencies": {
"vue": "^3.3.8"
},
"devDependencies": {
"@antfu/eslint-config": "^1.1.0",
"@microsoft/api-extractor": "^7.38.3",
"@release-it/conventional-changelog": "^8.0.1",
"@types/node": "^20.9.0",
"eslint": "^8.53.0",
Expand Down
162 changes: 162 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a0e9662

Please sign in to comment.