Skip to content

Commit

Permalink
wip: 🔕 temporary commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Jun 19, 2024
1 parent 99f77cf commit af639cc
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 11 deletions.
25 changes: 23 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/index.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/sourcemap-register.js

This file was deleted.

8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
"name": "install-geth-tools",
"description": "Installs Geth (Go Ethereum) and tools into your actions workflow",
"main": "src/index.js",
"type": "module",
"scripts": {
"lint": "eslint --config package.json ./src/**/*.js",
"build": "ncc build src/index.js -o dist --source-map --minify --no-cache"
"build": "ncc build src/index.js -o dist --minify --no-cache"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,14 +43,9 @@
"env": {
"commonjs": true,
"es6": true,
"jest": true,
"node": true
},
"extends": "eslint:recommended",
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018
},
Expand Down

0 comments on commit af639cc

Please sign in to comment.