We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4beb84 commit 23f4e61Copy full SHA for 23f4e61
1 file changed
package.json
@@ -1,15 +1,15 @@
1
{
2
"name": "react-tw-breakpointer",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "A React component that displays the current Tailwind CSS breakpoint and viewport dimensions",
5
"type": "module",
6
"main": "dist/index.cjs",
7
- "module": "dist/index.mjs",
+ "module": "dist/index.js",
8
"types": "dist/index.d.ts",
9
"exports": {
10
".": {
11
"types": "./dist/index.d.ts",
12
- "import": "./dist/index.mjs",
+ "import": "./dist/index.js",
13
"require": "./dist/index.cjs"
14
}
15
},
0 commit comments