Skip to content

Commit

Permalink
Fix including the TypeScript definition in the package
Browse files Browse the repository at this point in the history
Fixes #153
  • Loading branch information
sindresorhus committed Oct 8, 2019
1 parent badfe7d commit 1f2f3fe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"files": [
"index.js",
"index.d.ts",
"globals.json"
],
"keywords": [
Expand All @@ -30,12 +31,12 @@
"environments"
],
"dependencies": {
"type-fest": "^0.6.0"
"type-fest": "^0.8.1"
},
"devDependencies": {
"ava": "^2.2.0",
"tsd": "^0.7.2",
"xo": "^0.24.0"
"tsd": "^0.9.0",
"xo": "^0.25.3"
},
"xo": {
"ignores": [
Expand Down

0 comments on commit 1f2f3fe

Please sign in to comment.