Skip to content

Commit

Permalink
fix: add package.json to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Oct 14, 2021
1 parent 0d648dd commit d1dad2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"releaseDate": "October 14, 2021",
"exports": {
"./package.json": "./package.json",
"./react": {
"require": "./react/cjs/tailwind-mobile-react.js",
"import": "./react/esm/tailwind-mobile-react.js"
Expand All @@ -29,4 +30,4 @@
"./config": "./config.js",
"./config.js": "./config.js"
}
}
}

0 comments on commit d1dad2d

Please sign in to comment.