Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit43388aa

Browse files
committed
Include the main entry point, duh!
1 parent1ef19d1 commit43388aa

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)

[8]ページ先頭

©2009-2025 Movatter.jp