Skip to content

Commit

Permalink
fix: update exports in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fwdmo committed Dec 21, 2024
1 parent 57efe55 commit e466c0f
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,6 +1,6 @@
{
"name": "@fwdmo/konnectjs",
"version": "0.1.0",
"version": "0.1.1",
"description": "A minimal library for managing payments on Konnect.Network.",
"license": "MIT",
"type": "module",
Expand All @@ -17,12 +17,12 @@
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
"import": "./dist/index.js"
},
"./*": "./*"
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
Expand Down

0 comments on commit e466c0f

Please sign in to comment.