Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed Feb 8, 2025
1 parent 4ce91c9 commit 2af70f3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"vitest": "0.31.1"
},
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"require": "./dist/cjs/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/lambda-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"access": "public"
},
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"express": "4.21.0",
"@remotion/compositor-linux-arm64-gnu": "workspace:*",
"@remotion/eslint-config-internal": "workspace:*",
"mime-types": "2.1.34",
"@types/mime-types": "2.1.1",
"@types/minimist": "1.2.2",
"@types/prompt": "^1.1.0",
Expand Down
1 change: 1 addition & 0 deletions packages/serverless-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"eslint": "9.19.0"
},
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2af70f3

Please sign in to comment.