diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0bbab5e4b..6238f369b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -118,7 +118,7 @@ We publish using `np`: https://npm.im/np 4. Publish with `np` - `np --branch main --no-tests` - `--no-tests` because we must rely on CI to test ts-node. Even if you *did* run the tests locally, you would only be testing a single operating system, node version, and TypeScript version, so locally-run tests are insufficient. -5. Add changelog to the Github Release; match formatting from previous releases +5. Add changelog to the GitHub Release; match formatting from previous releases 6. Move `docs` branch to head of `main` - this rebuilds the website - `git push --force origin main:docs` diff --git a/README.md b/README.md index 63625d5ee..c75db2d51 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ You can build the readme with this command: # [![TypeScript Node](logo.svg?sanitize=true)](https://typestrong.org/ts-node) -[![NPM version](https://img.shields.io/npm/v/ts-node.svg?style=flat)](https://npmjs.org/package/ts-node) -[![NPM downloads](https://img.shields.io/npm/dm/ts-node.svg?style=flat)](https://npmjs.org/package/ts-node) +[![npm version](https://img.shields.io/npm/v/ts-node.svg?style=flat)](https://npmjs.org/package/ts-node) +[![npm downloads](https://img.shields.io/npm/dm/ts-node.svg?style=flat)](https://npmjs.org/package/ts-node) [![Build status](https://img.shields.io/github/workflow/status/TypeStrong/ts-node/Continuous%20Integration)](https://github.com/TypeStrong/ts-node/actions?query=workflow%3A%22Continuous+Integration%22) [![Test coverage](https://codecov.io/gh/TypeStrong/ts-node/branch/main/graph/badge.svg)](https://codecov.io/gh/TypeStrong/ts-node) diff --git a/api-extractor.json b/api-extractor.json index c1190c878..98c26f00f 100644 --- a/api-extractor.json +++ b/api-extractor.json @@ -9,7 +9,7 @@ * standard settings to be shared across multiple projects. * * If the path starts with "./" or "../", the path is resolved relative to the folder of the file that contains - * the "extends" field. Otherwise, the first path segment is interpreted as an NPM package name, and will be + * the "extends" field. Otherwise, the first path segment is interpreted as an npm package name, and will be * resolved using NodeJS require(). * * SUPPORTED TOKENS: none @@ -48,10 +48,10 @@ "mainEntryPointFilePath": "/dist/index.d.ts", /** - * A list of NPM package names whose exports should be treated as part of this package. + * A list of npm package names whose exports should be treated as part of this package. * * For example, suppose that Webpack is used to generate a distributed bundle for the project "library1", - * and another NPM package "library2" is embedded in this bundle. Some types from library2 may become part + * and another npm package "library2" is embedded in this bundle. Some types from library2 may become part * of the exported API for library1, but by default API Extractor would generate a .d.ts rollup that explicitly * imports library2. To avoid this, we can specify: * diff --git a/development-docs/release-template.md b/development-docs/release-template.md index e1f32c582..5549ee09c 100644 --- a/development-docs/release-template.md +++ b/development-docs/release-template.md @@ -3,7 +3,7 @@ --- Questions about this release? Ask in the official discussion thread: #TODO diff --git a/website/readme-sources/prefix.md b/website/readme-sources/prefix.md index f797087ff..3acfdb42d 100644 --- a/website/readme-sources/prefix.md +++ b/website/readme-sources/prefix.md @@ -16,8 +16,8 @@ You can build the readme with this command: # [![TypeScript Node](logo.svg?sanitize=true)](https://typestrong.org/ts-node) -[![NPM version](https://img.shields.io/npm/v/ts-node.svg?style=flat)](https://npmjs.org/package/ts-node) -[![NPM downloads](https://img.shields.io/npm/dm/ts-node.svg?style=flat)](https://npmjs.org/package/ts-node) +[![npm version](https://img.shields.io/npm/v/ts-node.svg?style=flat)](https://npmjs.org/package/ts-node) +[![npm downloads](https://img.shields.io/npm/dm/ts-node.svg?style=flat)](https://npmjs.org/package/ts-node) [![Build status](https://img.shields.io/github/workflow/status/TypeStrong/ts-node/Continuous%20Integration)](https://github.com/TypeStrong/ts-node/actions?query=workflow%3A%22Continuous+Integration%22) [![Test coverage](https://codecov.io/gh/TypeStrong/ts-node/branch/main/graph/badge.svg)](https://codecov.io/gh/TypeStrong/ts-node)