parent
655dfe72b0
commit
6fc9478796
|
@ -0,0 +1 @@
|
|||
# 1.0.0 (2023-07-11)
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "bigint-mod-arith",
|
||||
"version": "3.3.1",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "bigint-mod-arith",
|
||||
"version": "3.3.1",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@lumeweb/node-library-preset": "^0.2.7",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lumeweb/bigint-mod-arith",
|
||||
"version": "3.3.1",
|
||||
"version": "1.0.0",
|
||||
"description": "Some common functions for modular arithmetic using native JS implementation of BigInt",
|
||||
"keywords": [
|
||||
"modular arithmetics",
|
||||
|
@ -37,13 +37,14 @@
|
|||
},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"homepage": "https://github.com/juanelas/bigint-mod-arith#readme",
|
||||
"_id": "bigint-mod-arith@3.3.1",
|
||||
"scripts": {
|
||||
"prepare": "presetter bootstrap",
|
||||
"build": "run build",
|
||||
"semantic-release": "semantic-release"
|
||||
},
|
||||
"files": ["lib"],
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue