Skip to content

Commit 5faa24d

Browse files
authored
Merge pull request #43 from dangrussell/patch-1
Add file extenstion to typings property value
2 parents d9b2655 + abf953b commit 5faa24d

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
@@ -3,7 +3,7 @@
33
"version": "3.0.0",
44
"description": "Scanner and parser for JSON with comments.",
55
"main": "./lib/umd/main.js",
6-
"typings": "./lib/umd/main",
6+
"typings": "./lib/umd/main.d.ts",
77
"module": "./lib/esm/main.js",
88
"author": "Microsoft Corporation",
99
"repository": {

0 commit comments

Comments
 (0)