Skip to content

Commit f348a56

Browse files
authored
Merge pull request #265 from Cloud-Automation/fix-typescript-exports
Add types to package.json
2 parents 4fe1619 + 587bec7 commit f348a56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "jsmodbus",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "Implementation for the Serial/TCP Modbus protocol.",
55
"author": "Stefan Poeter <stefan.poeter@cloud-automation.de>",
66
"main": "./dist/modbus.js",
7+
"types": "./dist/modbus.d.ts",
78
"bin": {
89
"jsmodbus": "./bin/jsmodbus.js"
910
},

0 commit comments

Comments
 (0)