Skip to content

Commit

Permalink
feat: add typescript definitions (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
petermikitsh authored Dec 6, 2020
1 parent 033004c commit 356d1e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=8",
"npm": ">=5"
Expand Down

0 comments on commit 356d1e5

Please sign in to comment.