Skip to content

Commit

Permalink
convert changelog generator from type module to commonjs due to node-…
Browse files Browse the repository at this point in the history
…fetch dependency
  • Loading branch information
DellaBitta committed Oct 18, 2023
1 parent b0b57d4 commit 170d8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo-scripts/changelog-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@firebase/changelog-generator",
"version": "0.1.0",
"private": true,
"type": "module",
"type": "commonjs",
"description": "A package for generating changelog",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/index.js",
Expand Down

0 comments on commit 170d8b8

Please sign in to comment.