Skip to content

Commit

Permalink
Merge pull request #8 from ethereumjs/cleanup
Browse files Browse the repository at this point in the history
Miscellaneous Cleanup
  • Loading branch information
holgerd77 committed Mar 14, 2024
2 parents 52c7768 + 37db633 commit e874c6c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ prettier*
test/*
scripts/*
*.tgz
wasm/kzg.wasm
wasm/kzg.wasm
src/trustedSetup.ts
dist/**/kzg.*.map
dist/**/kzg.*.ts
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.3.0",
"description": "",
"scripts": {
"build": "npm run build:ts && npm run transpileCJS && npm run fixRequire && npm run fixWasmDir",
"build": "npm run build:ts && npm run transpileCJS && npm run fixRequire",
"build:ts": "scripts/ts-build.sh",
"transpileCJS": "rm dist/cjs/kzg.js && babel src/kzg.js -d dist/cjs",
"fixRequire": "sed -i.bak \"s/\\_require('url')/require('url')/g\" dist/cjs/kzg.js && rm dist/cjs/kzg.js.bak",
Expand Down
2 changes: 1 addition & 1 deletion src/kzg.js

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

0 comments on commit e874c6c

Please sign in to comment.