Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/compare-func-1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Oct 18, 2024
2 parents adcb6ba + e495b78 commit d544223
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@
},
"files": [
"src",
"dist"
"./dist",
"./CHANGELOG",
"./README.md",
"./README_pt_BR.md"
],
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion tool/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable */
import cjs from '@rollup/plugin-commonjs';
import { nodeResolve } from '@rollup/plugin-node-resolve';
import packageJson from '../package.json' assert {type: "json"};;
import packageJson from '../package.json' with { type: "json" };

const {dependencies} = packageJson;
const plugins = [nodeResolve(), cjs()];
Expand Down

0 comments on commit d544223

Please sign in to comment.