Skip to content

Commit b1097e4

Browse files
committed
chore: fix package meta data
1 parent 70e9dde commit b1097e4

File tree

1 file changed

+4
-3
lines changed
  • lib/node_modules/@stdlib/array/base/group-indices

1 file changed

+4
-3
lines changed

lib/node_modules/@stdlib/array/base/group-indices/package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@stdlib/array/base/group-values",
2+
"name": "@stdlib/array/base/group-indices",
33
"version": "0.0.0",
4-
"description": "Group elements as arrays associated with distinct keys.",
4+
"description": "Group element indices as arrays associated with distinct keys.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",
@@ -62,6 +62,7 @@
6262
"aggregate",
6363
"summarize",
6464
"partition",
65-
"split"
65+
"split",
66+
"indices"
6667
]
6768
}

0 commit comments

Comments
 (0)