Skip to content

Commit

Permalink
fix(@swc/types): tsc build file ignored by npm (#9754)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeasonstudio authored Nov 21, 2024
1 parent cd4321c commit 14a5c1e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@swc/types",
"packageManager": "yarn@4.0.2",
"version": "0.1.16",
"version": "0.1.17",
"description": "Typings for the swc project.",
"sideEffects": false,
"scripts": {
Expand All @@ -16,6 +16,10 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"files": [
"*.js",
"*.d.ts"
],
"keywords": [
"swc",
"types"
Expand Down

0 comments on commit 14a5c1e

Please sign in to comment.