Skip to content

Commit

Permalink
fix: set correct package names and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed Aug 2, 2023
1 parent b4dbeae commit 9212514
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@stdlib/_tools/eslint/rules/jsdoc-fenced-code-marker",
"name": "@stdlib/_tools/eslint/rules/jsdoc-fenced-code-flag",
"version": "0.0.0",
"description": "ESLint rule to enforce fenced Markdown code blocks to have a language flag in JSDoc descriptions.",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@stdlib/string/_tools/utils/uncapitalize-pkg-description",
"name": "@stdlib/_tools/utils/uncapitalize-pkg-description",
"version": "0.0.0",
"description": "Uncapitalize a package description.",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/strided/base/unary-addon-dispatch",
"name": "@stdlib/strided/base/mskunary-addon-dispatch",
"version": "0.0.0",
"description": "Dispatch to a native add-on applying a unary function to an input strided array.",
"description": "Dispatch to a native add-on applying a unary function to an input strided array according to a mask strided array.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down Expand Up @@ -56,7 +56,10 @@
"dispatch",
"addon",
"add-on",
"native"
"native",
"masked",
"mask",
"missing"
],
"__stdlib__": {}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@stdlib/string/code-point-at",
"name": "@stdlib/string/base/code-point-at",
"version": "0.0.0",
"description": "Return a Unicode code point from a string at a specified position.",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@stdlib/string/right-trim",
"name": "@stdlib/string/base/right-trim",
"version": "0.0.0",
"description": "Trim whitespace characters from the end of a string.",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@stdlib/string/startcase",
"name": "@stdlib/string/base/startcase",
"version": "0.0.0",
"description": "Capitalize the first letter of each word in a string.",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/string/to-grapheme-cluster-iterator",
"name": "@stdlib/string/to-grapheme-cluster-iterator-right",
"version": "0.0.0",
"description": "Create an iterator which iterates grapheme clusters.",
"description": "Create an iterator which iterates from right to left over grapheme clusters.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/string/to-grapheme-cluster-iterator",
"version": "0.0.0",
"description": "Create an iterator which iterates grapheme clusters.",
"description": "Create an iterator which iterates over grapheme clusters.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/utils/dsv/base/parse/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@stdlib/utils/base/dsv/parse",
"name": "@stdlib/utils/dsv/base/parse",
"version": "0.0.0",
"description": "Incremental parser for delimiter-separated values (DSV).",
"license": "Apache-2.0",
Expand Down

0 comments on commit 9212514

Please sign in to comment.