Skip to content

Commit

Permalink
fix: Include types in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstenson committed Apr 4, 2019
1 parent 1e6590e commit 6c427eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"engines": {
"node": ">=8.0.0"
},
Expand Down

0 comments on commit 6c427eb

Please sign in to comment.