Skip to content

Commit d30c81f

Browse files
committed
chore: fix types in package.json
1 parent 997497f commit d30c81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Maintainable regular expressions for TypeScript and JavaScript.",
55
"main": "dist/commonjs/index.js",
66
"module": "dist/esm/index.js",
7-
"types": "dist/types/src/index.d.ts",
7+
"types": "dist/types/index.d.ts",
88
"source": "src/index.ts",
99
"sideEffects": false,
1010
"files": [

0 commit comments

Comments
 (0)