Update dir structure #19

Merged
logan merged 1 commits from #18-update-dir-structure into main 2024-09-14 15:34:10 -04:00
24 changed files with 1 additions and 1 deletions

View File

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