Skip to content

Commit

Permalink
fix: module and types file links in package.json (#151)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
saitonakamura authored and Rendez committed Aug 3, 2020
1 parent 7553773 commit 53bd882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
],
"license": "MIT",
"main": "lib/js/index.js",
"module": "lib/es/index.js",
"types": "typings/index.d.ts",
"module": "lib/es/src/index.js",
"types": "typings/src/index.d.ts",
"peerDependencies": {
"react": "^16.3.2",
"react-dom": "^16.3.2"
Expand Down

0 comments on commit 53bd882

Please sign in to comment.