Skip to content

Commit 8b849e3

Browse files
committed
fix entry files
1 parent 3973cd7 commit 8b849e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "swr",
33
"version": "0.1.3",
44
"description": "React Hooks library for remote data fetching",
5-
"main": "./dist/src/index.js",
6-
"types": "./dist/src/index.d.ts",
5+
"main": "./dist/index.js",
6+
"types": "./dist/index.d.ts",
77
"files": [
88
"dist/src/**"
99
],

0 commit comments

Comments
 (0)