Skip to content

Commit

Permalink
maint/build ~ fix tsd complaint (types specification missing from p…
Browse files Browse the repository at this point in the history
…ackage "files" list)
  • Loading branch information
rivy committed Dec 13, 2020
1 parent e020a4a commit fd87126
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 @@ -13,6 +13,7 @@
},
"files": [
"src/**/*",
"src/lib/index.d.ts",
"LICENSE",
"README.md"
],
Expand Down Expand Up @@ -63,7 +64,7 @@
"lodash": "^4.17.15",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.1",
"tsd": "^0.7.1",
"tsd": "^0.13.1",
"util": "^0.12.1",
"xo": "^0.24.0"
},
Expand Down

0 comments on commit fd87126

Please sign in to comment.