refactor: move build system and don't bundle code

This commit is contained in:
Derrick Hammer 2023-07-11 18:55:52 -04:00
parent e2dd9a34a9
commit 0d87202374
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 19314 additions and 19313 deletions

View File

@ -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"