taler-config-lib

unpackaged script prefers CommonJS library
This commit is contained in:
ms 2022-05-30 10:22:24 +02:00
parent 64488a5593
commit 98249d9d95
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -4,7 +4,7 @@
"description": "GNU Taler Configuration engine.",
"module": "./lib/index.node.js",
"main": "./lib/index.node.js",
"type": "module",
"type": "commonjs",
"types": "./lib/index.node.d.ts",
"typesVersions": {
"*": {