Skip to content

Commit

Permalink
fix: also include "lib" folder for type definitions
Browse files Browse the repository at this point in the history
fixes #73
  • Loading branch information
haoqunjiang committed Nov 6, 2019
1 parent 1a9ca64 commit dd42df1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
"dist",
"lib"
],
"scripts": {
"lint": "prettier --write \"{lib,test}/**/*.ts\"",
Expand Down

0 comments on commit dd42df1

Please sign in to comment.