Skip to content

Commit

Permalink
complete fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PWhiddy committed Sep 8, 2023
1 parent d9eae77 commit b9b0b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default [
input: 'index.js',
//external: ['escodegen', 'esprima'],
output: [
{ file: pkg.csj, format: 'cjs' },
{ file: pkg.cjs, format: 'cjs' },
{ file: pkg.module, format: 'es' }
],
plugins: [
Expand Down

0 comments on commit b9b0b42

Please sign in to comment.