Skip to content

Commit ad0a90f

Browse files
committed
add typings to package.json
1 parent 5646d3f commit ad0a90f

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
@@ -22,6 +22,7 @@
2222
"prepublish": "npm run -s build",
2323
"release": "npm run build -s && git commit -am $npm_package_version && git tag $npm_package_version && git push --follow-tags && npm publish"
2424
},
25+
"typings": "src/index.d.ts",
2526
"repository": "developit/linkstate",
2627
"keywords": [
2728
"preact",

0 commit comments

Comments
 (0)