Skip to content

Commit

Permalink
add exports types
Browse files Browse the repository at this point in the history
  • Loading branch information
avin committed Dec 4, 2023
1 parent 2d9044a commit d32c215
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sexy-qr",
"type": "module",
"version": "0.3.2",
"version": "0.3.3",
"description": "Sexy SVG QR-code generator",
"author": "Avin Lambrero <avin.github@gmail.com> (https://github.com/avin/)",
"license": "MIT",
Expand All @@ -25,7 +25,8 @@
"source": "src/index.ts",
"exports": {
"require": "./dist/index.cjs",
"default": "./dist/index.modern.js"
"default": "./dist/index.modern.js",
"types": "./dist/index.d.ts"
},
"main": "./dist/index.cjs",
"module": "./dist/index.module.js",
Expand Down

0 comments on commit d32c215

Please sign in to comment.