Skip to content

Commit 6defa56

Browse files
committed
style: align string/base/slice-code-points with namespace conventions
Added missing `stdstring`, `utility`, and `util` keywords (present in 96-98% of `string/base/*` siblings).
1 parent af9448b commit 6defa56

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • lib/node_modules/@stdlib/string/base/slice-code-points

lib/node_modules/@stdlib/string/base/slice-code-points/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
],
5151
"keywords": [
5252
"stdlib",
53+
"stdstring",
5354
"string",
5455
"str",
5556
"base",
@@ -60,6 +61,8 @@
6061
"point",
6162
"codepoint",
6263
"utilities",
63-
"utils"
64+
"utility",
65+
"utils",
66+
"util"
6467
]
6568
}

0 commit comments

Comments
 (0)