Skip to content

Commit

Permalink
Update package.json version and main file
Browse files Browse the repository at this point in the history
  • Loading branch information
solancer committed Nov 19, 2023
1 parent 123a095 commit e3a3492
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,10 +1,10 @@
{
"name": "@solancer/two-way-map",
"version": "1.0.2",
"version": "1.0.3",
"description": "A TypeScript library providing two-way mapping functionality with order preservation. It is ideal for scenarios requiring bidirectional lookups while maintaining the insertion order of elements.",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.mjs",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit e3a3492

Please sign in to comment.