Skip to content

Commit

Permalink
fix exported files
Browse files Browse the repository at this point in the history
  • Loading branch information
MP281X committed May 5, 2024
1 parent ef1b08a commit 99c2964
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"type": "module",
"version": "1.0.14",
"version": "1.0.15",
"name": "@mp281x/shared-config",
"scripts": { "dev": "tsup-node --watch" },
"files": ["./dist/*", "./src/tsconfig.json"],
"exports": {
"./prettier": {
"types": "./dist/prettier.d.ts",
Expand Down

0 comments on commit 99c2964

Please sign in to comment.