Skip to content

Commit

Permalink
front: switch package type to module
Browse files Browse the repository at this point in the history
Modules are the standard way to handle JavaScript imports. osrd-ui
already uses modules everywhere, but osrd is lagging behind. This
causes errors when trying to build osrd-ui as a workspace inside
osrd.

Signed-off-by: Simon Ser <[email protected]>
  • Loading branch information
emersion committed Feb 4, 2025
1 parent 37e2913 commit e5c2185
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "osrd",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@ag-media/react-pdf-table": "^2.0.1",
"@nivo/core": "^0.88.0",
Expand Down
File renamed without changes.

0 comments on commit e5c2185

Please sign in to comment.