Skip to content

Commit

Permalink
Allow typescript definition to be in package (terkelg#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 authored and terkelg committed Oct 25, 2018
1 parent 34310fb commit e6c960d
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 @@ -4,7 +4,8 @@
"description": "Tiny and extremely fast globbing",
"main": "src/index.js",
"files": [
"*.js"
"*.js",
"*.d.ts"
],
"scripts": {
"bench": "node bench",
Expand Down

0 comments on commit e6c960d

Please sign in to comment.