Skip to content

Commit

Permalink
Remove unnecessary dependency on is-core-module
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj authored and shakiba committed Aug 9, 2024
1 parent ca98be9 commit 8ef74ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
"Oliver Zell"
],
"type": "commonjs",
"sideEffects": ["./dist/planck-with-testbed.*"],
"sideEffects": [
"./dist/planck-with-testbed.*"
],
"module": "dist/planck.mjs",
"main": "dist/planck.js",
"jsdelivr": "dist/planck.min.js",
Expand Down Expand Up @@ -69,7 +71,6 @@
"esm": "^3.2.25",
"express": "^4.17.1",
"handlebars": "^4.7.6",
"is-core-module": "^2.2.0",
"rollup": "^2.77.4",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-license": "^2.3.0",
Expand Down

0 comments on commit 8ef74ec

Please sign in to comment.