Skip to content

Commit

Permalink
Fix path to typings (#220)
Browse files Browse the repository at this point in the history
* Fix path to typings

* Create tasty-crews-allow.md

* Fix path to typings

Co-authored-by: Jonas Kruckenberg <iterpre@protonmail.com>
  • Loading branch information
mape and JonasKruckenberg authored Nov 10, 2021
1 parent c8435df commit 1655877
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/tasty-crews-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"vite-imagetools": patch
"rollup-plugin-imagetools": patch
---

Fix path to typings
2 changes: 1 addition & 1 deletion packages/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.5.0",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"types": "dist/rollup/src/index.d.ts",
"license": "MIT",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "3.9.0",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"types": "dist/vite/src/index.d.ts",
"files": [
"dist"
],
Expand Down

0 comments on commit 1655877

Please sign in to comment.