Skip to content

Commit

Permalink
Merge pull request #17 from Namchee/fix/package-exports-definition
Browse files Browse the repository at this point in the history
fix(package): update exports definition
  • Loading branch information
Namchee authored Jan 28, 2024
2 parents 9e15a0d + d21145f commit 2d26334
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@namchee/telepon",
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"description": "Sane and easy-to-use Indonesian phone number validator and formatter.",
"main": "./dist/index.js",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 2d26334

Please sign in to comment.