Skip to content

Commit

Permalink
Add micro-ftch to devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jun 18, 2024
1 parent 3907f64 commit 3766623
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions package-lock.json

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

12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@
"name": "micro-eth-signer",
"version": "0.9.1",
"description": "Minimal library for Ethereum transactions, addresses and smart contracts",
"files": ["abi", "esm", "net", "src", "*.js", "*.d.ts", "*.js.map", "*.d.ts.map"],
"files": [
"abi",
"esm",
"net",
"src",
"*.js",
"*.d.ts",
"*.js.map",
"*.d.ts.map"
],
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
Expand All @@ -14,6 +23,7 @@
"devDependencies": {
"@paulmillr/jsbt": "0.1.0",
"micro-bmark": "0.3.1",
"micro-ftch": "0.4.0",
"micro-should": "0.4.0",
"prettier": "3.1.1",
"snappyjs": "0.7.0",
Expand Down

0 comments on commit 3766623

Please sign in to comment.