Skip to content

Commit

Permalink
Remove package.json exports field from dev-middleware and community-c…
Browse files Browse the repository at this point in the history
…li-plugin
  • Loading branch information
gabrieldonadel committed Nov 8, 2023
1 parent c90485e commit 45807e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions packages/community-cli-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
"directory": "packages/community-cli-plugin"
},
"license": "MIT",
"exports": {
".": "./src/index.js",
"./package.json": "./package.json"
},
"files": [
"dist"
],
Expand Down
4 changes: 0 additions & 4 deletions packages/dev-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
"directory": "packages/dev-middleware"
},
"license": "MIT",
"exports": {
".": "./src/index.js",
"./package.json": "./package.json"
},
"files": [
"dist"
],
Expand Down

0 comments on commit 45807e0

Please sign in to comment.