Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Commit de29e10

Browse files
committed
convert to mjs
1 parent 0afa678 commit de29e10

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
"version": "1.0.0",
44
"description": "GitHub scraper for Leaderboard",
55
"type": "module",
6-
"main": "./dist/manifest.js",
6+
"main": "./dist/manifest.mjs",
7+
"exports": {
8+
".": "./dist/manifest.mjs"
9+
},
710
"scripts": {
8-
"build": "esbuild manifest.ts --bundle --platform=node --format=esm --outfile=dist/manifest.js --external:@leaderboard/core",
11+
"build": "esbuild manifest.ts --bundle --platform=node --format=esm --outfile=dist/manifest.mjs --external:@leaderboard/core",
912
"lint": "eslint"
1013
},
1114
"keywords": [

0 commit comments

Comments
 (0)