Skip to content

Commit

Permalink
Merge pull request #111 from zama-ai/release05patch
Browse files Browse the repository at this point in the history
chore: remove json import
  • Loading branch information
jatZama authored Oct 21, 2024
2 parents ca409d6 + cfb916b commit d563170
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 416 deletions.
3 changes: 1 addition & 2 deletions config/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import resolve from '@rollup/plugin-node-resolve';
import commonjs from '@rollup/plugin-commonjs';
import copy from 'rollup-plugin-copy';
import nodePolyfills from 'rollup-plugin-polyfill-node';
import json from '@rollup/plugin-json';

const require = createRequire(import.meta.url);

Expand Down Expand Up @@ -70,7 +69,7 @@ export default [
name: 'fhevm',
format: 'es',
},
plugins: [...webPlugins, json()],
plugins: [...webPlugins],
},
{
input: 'src/node.ts',
Expand Down
30 changes: 0 additions & 30 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"devDependencies": {
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.1.1",
Expand Down
Loading

0 comments on commit d563170

Please sign in to comment.