Skip to content

Commit eecd78b

Browse files
authored
Merge pull request #68 from gkjohnson/package-types
Add types field to package json
2 parents 2fbef7b + 5342911 commit eecd78b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Utility for parsing and converting ROS Xacro files in Javascript.",
55
"main": "umd/index.cjs",
66
"module": "src/index.js",
7+
"types": "src/index.d.ts",
78
"type": "module",
89
"sideEffects": false,
910
"scripts": {

0 commit comments

Comments
 (0)