Skip to content

Commit 430d76f

Browse files
authored
Merge pull request #19 from abraham/module
Add module entrypoint to package.json
2 parents 739fa83 + 02331d9 commit 430d76f

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)