Skip to content

Commit ac342e9

Browse files
committed
fix(typescript): Fix path for typings in package.json
1 parent fe82aea commit ac342e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A module that formats a string based on a pattern",
55
"main": "dist/format-string-by-pattern.umd.js",
66
"module": "dist/format-string-by-pattern.es5.js",
7-
"typings": "dist/types/format-string-by-pattern.d.ts",
7+
"typings": "dist/types/index.d.ts",
88
"author": {
99
"name": "Arthur Denner",
1010
"email": "[email protected]"

0 commit comments

Comments
 (0)