Skip to content

Commit

Permalink
chore: remove unused global declaration file
Browse files Browse the repository at this point in the history
The global.d.ts file was not being used by the package and had redundant declarations. It was deleted to improve the package size and organization.
  • Loading branch information
hairyf committed Jun 9, 2023
1 parent 4ed8530 commit 93aeb89
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 40 deletions.
40 changes: 0 additions & 40 deletions packages/vue3-pixi/global.d.ts

This file was deleted.

10 changes: 10 additions & 0 deletions packages/vue3-pixi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@
"require": "./dist/index.cjs",
"import": "./dist/index.js"
},
"./compiler": {
"types": "./dist/compiler.d.ts",
"require": "./dist/compiler.cjs",
"import": "./dist/compiler.js"
},
"./global": {
"types": "./dist/global.d.ts",
"require": "./dist/global.cjs",
"import": "./dist/global.js"
},
"./*": "./*"
},
"main": "dist/index.cjs",
Expand Down

0 comments on commit 93aeb89

Please sign in to comment.