Skip to content

Commit

Permalink
fix: eslint-plugin-contentful-apps build exports (#8910)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-shibley-contentful authored Sep 17, 2024
1 parent ef5e978 commit fd7f31c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/eslint-plugin-contentful-apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
"exports": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"default": "./dist/index.js",
"node": "./dist/index.js"
"node": "./dist/index.js",
"default": "./dist/index.js"
},
"files": [
"dist"
],
"author": "Contentful GmbH",
"license": "MIT",
"description": "Base eslint configuration for Contentful apps",
Expand Down

0 comments on commit fd7f31c

Please sign in to comment.