Skip to content

Commit ed44fee

Browse files
committed
style: use imperative in package.json description and end with period
1 parent 31fd427 commit ed44fee

File tree

36 files changed

+36
-36
lines changed

36 files changed

+36
-36
lines changed

lib/node_modules/@stdlib/_tools/eslint/rules/no-empty-comments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/_tools/eslint/rules/no-empty-comments",
33
"version": "0.0.0",
4-
"description": "ESLint rule to disallow empty comments",
4+
"description": "ESLint rule to disallow empty comments.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/_tools/markdown/to-html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/_tools/markdown/to-html",
33
"version": "0.0.0",
4-
"description": "Converts Markdown to HTML.",
4+
"description": "Convert Markdown to HTML.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/_tools/markdown/to-vdom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/_tools/markdown/to-vdom",
33
"version": "0.0.0",
4-
"description": "Converts Markdown to virtual DOM.",
4+
"description": "Convert Markdown to virtual DOM.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/_tools/pkgs/dep-list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/_tools/pkgs/dep-list",
33
"version": "0.0.0",
4-
"description": "Returns a list of dependencies for a specified stdlib package.",
4+
"description": "Return a list of dependencies for a specified stdlib package.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/_tools/pkgs/namespace-deps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/_tools/pkgs/namespace-deps",
33
"version": "0.0.0",
4-
"description": "Returns a list of dependencies for a chosen namespace.",
4+
"description": "Return a list of dependencies for a chosen namespace.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/_tools/release/package-json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/_tools/release/package-json",
33
"version": "0.0.0",
4-
"description": "Prepares the `package.json` of a package for individual release.",
4+
"description": "Prepare the `package.json` of a package for individual release.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/_tools/repl-txt/wrap-desc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/_tools/repl-txt/wrap-desc",
33
"version": "0.0.0",
4-
"description": "Wraps a description.",
4+
"description": "Wrap a description.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/_tools/repl-txt/wrap-signature/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/_tools/repl-txt/wrap-signature",
33
"version": "0.0.0",
4-
"description": "Wraps a signature string.",
4+
"description": "Wrap a signature string.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/assert/is-ragged-nested-array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/assert/is-ragged-nested-array",
33
"version": "0.0.0",
4-
"description": "Test if a value is a ragged nested array",
4+
"description": "Test if a value is a ragged nested array.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/blas/base/cswap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/blas/base/cswap",
33
"version": "0.0.0",
4-
"description": "Interchanges two complex single-precision floating-point vectors.",
4+
"description": "Interchange two complex single-precision floating-point vectors.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

0 commit comments

Comments
 (0)