Skip to content

Commit d52d63b

Browse files
authored
Merge pull request #78 from ruanyl/master
Set types property to point to the declaration file
2 parents aff8b66 + 076ffe8 commit d52d63b

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
@@ -3,6 +3,7 @@
33
"version": "0.7.1",
44
"description": "✨A no-runtime dependency lib for text highlighting & persistence on any website ✨🖍️",
55
"main": "dist/web-highlighter.min.js",
6+
"types": "dist/index.d.ts",
67
"browser": "dist/web-highlighter.min.js",
78
"scripts": {
89
"lint": "eslint \"src/**/*.ts\" --fix",

0 commit comments

Comments
 (0)