We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79cce3 commit d7b6912Copy full SHA for d7b6912
package.json
@@ -2,9 +2,9 @@
2
"name": "@abraham/remotedata",
3
"version": "1.0.0",
4
"description": "Lightweight TypeScript RemoteData implementation",
5
- "main": "dist/index.js",
6
- "module": "dist/index.js",
7
- "types": "dist/index.d.ts",
+ "main": "./dist/index.js",
+ "module": "./dist/index.js",
+ "types": "./dist/index.d.ts",
8
"scripts": {
9
"build": "tsc",
10
"format": "prettier . --write",
0 commit comments