Skip to content

Commit

Permalink
Define exports field
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jan 4, 2024
1 parent 116a2c0 commit 5d94b01
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@
"where"
],
"repository": "fregante/webext-detect-page",
"funding": "https://github.com/sponsors/fregante",
"license": "MIT",
"author": "Federico Brigante <me@fregante.com> (https://fregante.com)",
"type": "module",
"main": "index.js",
"module": "index.js",
"exports": "./index.js",
"types": "./index.d.ts",
"files": [
"index.js",
"index.d.ts"
Expand All @@ -38,5 +39,8 @@
"@types/chrome": "^0.0.254",
"typescript": "^5.3.3",
"xo": "^0.56.0"
},
"engines": {
"node": ">=18"
}
}

0 comments on commit 5d94b01

Please sign in to comment.