Skip to content

Commit e3a3492

Browse files
committed
Update package.json version and main file
1 parent 123a095 commit e3a3492

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@solancer/two-way-map",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"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.",
55
"type": "module",
6-
"main": "dist/index.js",
7-
"module": "dist/index.mjs",
6+
"main": "dist/index.cjs",
7+
"module": "dist/index.js",
88
"types": "dist/index.d.ts",
99
"scripts": {
1010
"build": "tsup",

0 commit comments

Comments
 (0)