Skip to content

Commit 53bd882

Browse files
saitonakamuraRendez
authored andcommitted
fix: module and types file links in package.json (#151)
Now files in this directories are under src folder Not sure if it's supposed to or it's an overlook Anyway it's better to fix this quick
1 parent 7553773 commit 53bd882

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
@@ -56,8 +56,8 @@
5656
],
5757
"license": "MIT",
5858
"main": "lib/js/index.js",
59-
"module": "lib/es/index.js",
60-
"types": "typings/index.d.ts",
59+
"module": "lib/es/src/index.js",
60+
"types": "typings/src/index.d.ts",
6161
"peerDependencies": {
6262
"react": "^16.3.2",
6363
"react-dom": "^16.3.2"

0 commit comments

Comments
 (0)