We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5646d3f commit ad0a90fCopy full SHA for ad0a90f
package.json
@@ -22,6 +22,7 @@
22
"prepublish": "npm run -s build",
23
"release": "npm run build -s && git commit -am $npm_package_version && git tag $npm_package_version && git push --follow-tags && npm publish"
24
},
25
+ "typings": "src/index.d.ts",
26
"repository": "developit/linkstate",
27
"keywords": [
28
"preact",
0 commit comments