Skip to content

Commit

Permalink
fix: add type module to package jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
SolP-Aleios committed Oct 19, 2023
1 parent dfdf39e commit e8e3420
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.2.0",
"description": "",
"repository": "https://github.com/aleios-cloud/eventbridge-toolbox.git",
"type": "module",
"scripts": {
"clean": "rimraf dist *.tsbuildinfo",
"package": "pnpm clean && pnpm package-transpile && pnpm package-types && pnpm package-types-aliases",
Expand Down
1 change: 1 addition & 0 deletions src/example-architecture/consumer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "consumer",
"version": "0.1.0",
"type": "module",
"bin": {
"consumer": "bin/consumer.js"
},
Expand Down
1 change: 1 addition & 0 deletions src/example-architecture/events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "events",
"version": "0.1.0",
"type": "module",
"bin": {
"events": "bin/events.js"
},
Expand Down
1 change: 1 addition & 0 deletions src/example-architecture/producer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "producer",
"version": "0.1.0",
"type": "module",
"bin": {
"producer": "bin/producer.js"
},
Expand Down

0 comments on commit e8e3420

Please sign in to comment.