Skip to content

Commit

Permalink
Publish module type (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
roderickhsiao committed Mar 30, 2022
1 parent d4f428c commit 180ce45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-aspect-ratio",
"version": "1.1.0",
"version": "1.1.1",
"description": "React Component to maintain a consistent width-to-height ratio (aspect ratio), preventing cumulative layout shift.",
"author": "Roderick Hsiao <roderickhsiao@gmail.com>",
"repository": {
Expand Down Expand Up @@ -72,6 +72,7 @@
"main": "dist/index.js",
"module": "dist/es/index.js",
"types": "index.d.ts",
"type": "module",
"sideEffects": [
"*.css"
],
Expand Down

0 comments on commit 180ce45

Please sign in to comment.