fix: 🐛 Switch to commonJS module style

main
Keith Irwin 2024-04-20 18:50:34 -06:00
parent ad87dd8302
commit 3e2fcb806c
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{
"name": "monero-wallet-rpc-js",
"version": "1.1.5",
"type": "commonjs",
"version": "1.1.6",
"description": "Javascript wrapper for monero-wallet-rpc calls",
"main": "main.js",
"scripts": {