diff --git a/package.json b/package.json index 04fa653..71ddeb7 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.6.2", "description": "Lightweight TypeScript RemoteData implementation", "main": "dist/index.js", + "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc",