This website requires JavaScript.
Explore
Help
Sign In
status-im
/
c-kzg-4844
mirror of
https://github.com/status-im/c-kzg-4844.git
Watch
2
Star
0
Fork
You've already forked c-kzg-4844
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2262d475ca
c-kzg-4844
/
bindings
/
node.js
/
.prettierrc.json
10 lines
131 B
JSON
Raw
Normal View
History
Unescape
Escape
Cleanup
2022-11-03 22:13:49 +00:00
{
Use rollup to product distributable JS file
2022-11-04 05:30:54 +00:00
"trailingComma"
:
"all"
,
Cleanup
2022-11-03 22:13:49 +00:00
"overrides"
:
[
{
"files"
:
"binding.gyp"
,
"options"
:
{
"parser"
:
"json"
}
}
]
}