Skip to content

Commit 02331d9

Browse files
committed
Add module entrypoint to package.json
1 parent 739fa83 commit 02331d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.6.2",
44
"description": "Lightweight TypeScript RemoteData implementation",
55
"main": "dist/index.js",
6+
"module": "dist/index.js",
67
"types": "dist/index.d.ts",
78
"scripts": {
89
"build": "tsc",

0 commit comments

Comments
 (0)