Compare commits

...

2 Commits

Author SHA1 Message Date
0f5ee3b3fb Merge pull request 'Update dir structure' (#19) from #18-update-dir-structure into main
Reviewed-on: #19
2024-09-14 15:34:10 -04:00
Logan Cusano
54aca6e401 Update dir structure and package 2024-08-26 02:33:23 -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"
}, },