Skip to content

Commit af4409f

Browse files
committed
Replace "main" with "exports" in package.json
1 parent fa8b501 commit af4409f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"url": "git@github.com:stampit-org/stampit.git"
99
},
1010
"type": "module",
11-
"main": "stampit.js",
11+
"exports": {
12+
".": "./stampit.js"
13+
},
1214
"types": "stampit.d.ts",
1315
"license": "MIT",
1416
"files": [

0 commit comments

Comments
 (0)