Skip to content

Commit 692785f

Browse files
author
Lukas Holzer
committed
chore: trying and failing
1 parent dd6dd7f commit 692785f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
"name": "@netlify/blobs",
33
"version": "1.6.0",
44
"description": "A JavaScript client for the Netlify Blob Store",
5-
"main": "./dist/main.js",
6-
"module": "./dist/main.mjs",
7-
"types": "./dist/main.d.ts",
5+
"main": "./dist/index.js",
6+
"module": "./dist/index.mjs",
7+
"types": "./dist/index.d.ts",
88
"exports": {
99
".": {
1010
"require": {
11-
"types": "./dist/main.d.ts",
12-
"path": "./dist/main.js"
11+
"types": "./dist/index.d.ts",
12+
"path": "./dist/index.js"
1313
},
1414
"import": {
15-
"types": "./dist/main.d.mts",
16-
"path": "./dist/main.mjs"
15+
"types": "./dist/index.d.mts",
16+
"path": "./dist/index.mjs"
1717
},
1818
"default": {
19-
"types": "./dist/main.d.mts",
20-
"path": "./dist/main.mjs"
19+
"types": "./dist/index.d.mts",
20+
"path": "./dist/index.mjs"
2121
}
2222
}
2323
},
@@ -26,7 +26,7 @@
2626
],
2727
"scripts": {
2828
"prebuild": "rm -rf dist",
29-
"build": "tsup src/main.mts --d ./dist --format esm,cjs --dts --target es2021",
29+
"build": "tsup src/index.mts --d ./dist --format esm,cjs --dts --target es2021",
3030
"dev": "npm run build -- --watch",
3131
"prepare": "husky install node_modules/@netlify/eslint-config-node/.husky/",
3232
"prepublishOnly": "npm ci && npm test",

0 commit comments

Comments
 (0)