Skip to content

Commit

Permalink
remove esm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gesi committed Nov 12, 2024
1 parent 8427e4d commit 42a42b2
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 69 deletions.
177 changes: 109 additions & 68 deletions package-lock.json

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

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,18 @@
"start": "npm run build:watch & http-server ./static -o -p 10001 -c-1",
"static-publish": "npm run build && static-publish --directory=static --account=nrk-core --latest --major"
},
"prettier": {
"semi": false,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "es5"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
"@nrk/svg-to-js": "3.1.0",
"@types/fs-extra": "11.0.4",
"archiver": "7.0.1",
"chokidar-cli": "3.0.0",
"esm": "3.2.25",
"fs-extra": "11.2.0",
"http-server": "14.1.1",
"jsdom": "25.0.1",
Expand Down

0 comments on commit 42a42b2

Please sign in to comment.