Skip to content

Commit

Permalink
restore main and publishConfig for example-data
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-meisner committed Nov 19, 2024
1 parent 9f966a1 commit 9025a3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
18 changes: 3 additions & 15 deletions packages/ckeditor5-coremedia-example-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,10 @@
"testing",
"private"
],
"exports": {
".": {
"types": "./src/index.ts",
"default": "./dist/src/index.js",
"import": "./dist/src/index.js"
}
},
"main": "./src/index.ts",
"publishConfig": {
"directory": "dist",
"linkDirectory": false,
"exports": {
".": {
"types": "./src/index.d.ts",
"default": "./src/index.js"
}
}
"main": "./src/index.js",
"types": "./src/index.d.ts"
},
"files": [
"/src"
Expand Down
1 change: 0 additions & 1 deletion pnpm-lock.yaml

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

0 comments on commit 9025a3a

Please sign in to comment.