Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
chore: add exports field to package.json (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Jan 13, 2023
1 parent f9aef40 commit 64525c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -3,8 +3,9 @@
"version": "4.0.0",
"description": "Generate a Buffer instance from a Data URI string",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
Expand Down

0 comments on commit 64525c1

Please sign in to comment.