Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 13, 2023
1 parent c1df6e8 commit 7d1a8e2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": "./source/index.js",
"exports": {
"types": "./source/index.d.ts",
"default": "./source/index.js"
},
"engines": {
"node": ">=16"
},
Expand Down Expand Up @@ -40,11 +43,11 @@
"concat"
],
"devDependencies": {
"@types/node": "^20.2.4",
"ava": "^5.3.0",
"@types/node": "^20.5.0",
"ava": "^5.3.1",
"precise-now": "^2.0.0",
"stream-json": "^1.8.0",
"tsd": "^0.28.1",
"xo": "^0.54.2"
"xo": "^0.56.0"
}
}

0 comments on commit 7d1a8e2

Please sign in to comment.