Skip to content

Commit

Permalink
5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Last-Order committed Jan 21, 2024
1 parent f90f1be commit fbd091a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minyami",
"version": "5.2.0",
"version": "5.2.1",
"description": "",
"main": "dist/exports.js",
"types": "dist/exports.d.ts",
Expand Down
10 changes: 3 additions & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
"esModuleInterop": true,
"newLine": "LF"
},
"include": [
"src/**/*"
],
"exclude": [
"dist"
]
}
"include": ["src/**/*"],
"exclude": ["dist"]
}

0 comments on commit fbd091a

Please sign in to comment.