Skip to content

Commit

Permalink
Merge pull request #480 from foretagsplatsen/32129139/Change_widgetjs…
Browse files Browse the repository at this point in the history
…_package_type_to_module_

32129139: Change widgetjs package type to "module"
  • Loading branch information
DamienCassou authored Apr 5, 2024
2 parents 6bcdb0a + 9eea30b commit c6cdc0c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js → .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
// List of files exporting stuff which are not imported:
"src/widgetjs.js",
// List of files not exporting anything:
"**/.eslintrc.js",
"**/.eslintrc.cjs",
"src/router/optionalParameterSegment.js",
"src/router/staticSegment.js",
],
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "8.0.1",
"homepage": "http://github.com/foretagsplatsen/widgetjs",
"main": "src/widgetjs.js",
"type": "module",
"author": "Företagsplatsen A.B.",
"contributors": [
"Nicolas Petton <nicolas@petton.fr>",
Expand Down
File renamed without changes.

0 comments on commit c6cdc0c

Please sign in to comment.