diff --git a/package-lock.json b/package-lock.json index f9df4cc..a30bf7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@m5r/og", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@m5r/og", - "version": "0.1.2", + "version": "0.1.3", "license": "MPL-2.0", "dependencies": { "@resvg/resvg-js": "2.4.0", diff --git a/package.json b/package.json index 70af0e6..3c6283b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@m5r/og", - "version": "0.1.2", + "version": "0.1.3", "description": "Generate Open Graph Images dynamically from HTML/CSS without a browser", "license": "MPL-2.0", "type": "module", @@ -9,7 +9,8 @@ "./package.json": "./package.json", ".": { "import": "./dist/index.js", - "default": "./dist/index.cjs" + "default": "./dist/index.cjs", + "require": "./dist/index.cjs" }, "./vendor/*": "./vendor/*" },