Skip to content

Commit 86b0edb

Browse files
committed
Add typings field so that TS project can identify d.ts file
1 parent 96e0bcd commit 86b0edb

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": "Parses and manipulates multiple comma-separated integer ranges (eg \"1-3,8-10\")",
55
"repository": "https://github.com/smikitky/node-multi-integer-range.git",
66
"main": "./lib/multi-integer-range.js",
7+
"typings": "./lib/multi-integer-range.d.ts",
78
"scripts": {
89
"test": "node_modules/.bin/mocha",
910
"build": "node_modules/.bin/tsc"

0 commit comments

Comments
 (0)