Skip to content

Commit 0df117e

Browse files
committed
remove fiel dependency in package.json
1 parent 8fb63dc commit 0df117e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modbus2mqtt/server.shared",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"type": "module",
55
"description": "interfaces and functions shared with server and angular ui",
66
"keywords": [
@@ -31,7 +31,7 @@
3131
"typescript": "^5.4.5"
3232
},
3333
"dependencies": {
34-
"@modbus2mqtt/specification.shared": "file:../specification.shared",
34+
"@modbus2mqtt/specification.shared": "0.7.0",
3535
"mqtt": "^5.7.1"
3636
}
3737
}

0 commit comments

Comments
 (0)