Skip to content

Commit 23f4e61

Browse files
committed
[release] 0.1.1 - Update package version and module paths in package.json
1 parent f4beb84 commit 23f4e61

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "react-tw-breakpointer",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A React component that displays the current Tailwind CSS breakpoint and viewport dimensions",
55
"type": "module",
66
"main": "dist/index.cjs",
7-
"module": "dist/index.mjs",
7+
"module": "dist/index.js",
88
"types": "dist/index.d.ts",
99
"exports": {
1010
".": {
1111
"types": "./dist/index.d.ts",
12-
"import": "./dist/index.mjs",
12+
"import": "./dist/index.js",
1313
"require": "./dist/index.cjs"
1414
}
1515
},

0 commit comments

Comments
 (0)