Renamed lib module

This commit is contained in:
Daniel Kluge
2023-11-01 22:23:16 +01:00
parent b27a71d92d
commit 09484a0d62
5 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -34,8 +34,8 @@
"typescript": "^5.2.2"
},
"dependencies": {
"aas-multimessagebroker": "file:../lib",
"express": "^4.18.2",
"mqtt": "^5.1.4",
"prototyp": "file:../lib"
"mqtt": "^5.1.4"
}
}