Update dir structure and package

This commit is contained in:
Logan Cusano
2024-08-26 02:33:23 -04:00
parent 851c0cfc47
commit 54aca6e401
24 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
"name": "drb-client",
"version": "3.0.0",
"description": "",
"main": "client.js",
"main": "src/client.js",
"scripts": {
"test": "mocha --timeout 10000"
},