Skip to content

Commit d7b6912

Browse files
committed
Relative entry points
1 parent f79cce3 commit d7b6912

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "@abraham/remotedata",
33
"version": "1.0.0",
44
"description": "Lightweight TypeScript RemoteData implementation",
5-
"main": "dist/index.js",
6-
"module": "dist/index.js",
7-
"types": "dist/index.d.ts",
5+
"main": "./dist/index.js",
6+
"module": "./dist/index.js",
7+
"types": "./dist/index.d.ts",
88
"scripts": {
99
"build": "tsc",
1010
"format": "prettier . --write",

0 commit comments

Comments
 (0)