refactor: move build system and don't bundle code
This commit is contained in:
parent
e2dd9a34a9
commit
0d87202374
File diff suppressed because it is too large
Load Diff
|
@ -41,7 +41,8 @@
|
||||||
"_id": "bigint-crypto-utils@3.3.0",
|
"_id": "bigint-crypto-utils@3.3.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "presetter bootstrap",
|
"prepare": "presetter bootstrap",
|
||||||
"build": "run build"
|
"build": "run build",
|
||||||
|
"semantic-release": "semantic-release"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lumeweb/bigint-mod-arith": "^1.0.0"
|
"@lumeweb/bigint-mod-arith": "^1.0.0"
|
||||||
|
|
Loading…
Reference in New Issue