Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaochenchen-igg-com committed Dec 13, 2022
1 parent a93a2bb commit dcbae59
Show file tree
Hide file tree
Showing 5 changed files with 269 additions and 28 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Changelog

[0.4.3]
[0.4.4]
- Fix: types

[0.4.1]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Make the vue script setup syntax support the name attribute

## CHANGELOG

[0.4.3]
[0.4.4]
- Fix: types

[0.4.1]
Expand Down
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,20 @@
},
"./*": "./*"
},
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./*"
]
}
},
"files": [
"dist",
"*.d.ts"
"dist"
],
"scripts": {
"build": "rm -fr dist && tsup && esno scripts/postbuild.ts",
"build": "tsup",
"build:fix": "esno scripts/postbuild.ts",
"dev": "tsup --watch src",
"lint": "eslint .",
"play": "npm -C playground run dev",
Expand All @@ -86,7 +94,7 @@
"nodemon": "^2.0.16",
"rimraf": "^3.0.2",
"rollup": "^2.74.0",
"tsup": "^5.12.8",
"tsup": "^6.5.0",
"typescript": "^4.6.4",
"vite": "^2.9.9",
"vitest": "^0.12.6",
Expand Down
Loading

0 comments on commit dcbae59

Please sign in to comment.