Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 43388aa

Browse files
committed
Include the main entry point, duh!
1 parent 1ef19d1 commit 43388aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "array-string-map",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A Map that internally encodes Arrays to strings so that two Arrays with the same elements will return the same item.",
55
"type": "module",
6+
"main": "arrayStringMap.js",
7+
"types": "arrayStringMap.d.ts",
68
"scripts": {
79
"test": "echo \"Error: no test specified\" && exit 1"
810
},

0 commit comments

Comments
 (0)