Skip to content

Commit

Permalink
Merge pull request #6 from event-catalog/added-config-to-package
Browse files Browse the repository at this point in the history
fix(plugin): added config.d.ts to npm package
  • Loading branch information
boyney123 authored Oct 30, 2024
2 parents 9fcd4ff + 358f3de commit 34fefee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fuzzy-dogs-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@eventcatalog/backstage-plugin-eventcatalog": patch
---

fix(plugin): added config.d.ts to npm package
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
},
"files": [
"dist",
"dist-types"
"dist-types",
"config.d.ts"
],
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"module": "./dist/index.esm.js"
Expand Down

0 comments on commit 34fefee

Please sign in to comment.