Skip to content

Commit a35292c

Browse files
committed
chore: rename project
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 5a96558 commit a35292c

24 files changed

+40
-41
lines changed

.cspell.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
33
"allowCompoundWords": true,
44
"caseSensitive": false,
5-
"dictionaries": ["@flex-development/create-node-error"],
5+
"dictionaries": ["@flex-development/errnode"],
66
"dictionaryDefinitions": [
77
{
8-
"name": "@flex-development/create-node-error",
8+
"name": "@flex-development/errnode",
99
"path": "./.dictionary.txt"
1010
}
1111
],

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
blank_issues_enabled: false
66
contact_links:
77
- name: Discuss an idea
8-
url: https://github.com/flex-development/create-node-error/discussions/new?category=ideas
8+
url: https://github.com/flex-development/errnode/discussions/new?category=ideas
99
about: Discuss an idea before submitting a feature request
1010
- name: Q&A
11-
url: https://github.com/flex-development/create-node-error/discussions/new?category=q-a
11+
url: https://github.com/flex-development/errnode/discussions/new?category=q-a
1212
about: Ask and answer questions
1313
- name: Show and tell
14-
url: https://github.com/flex-development/create-node-error/discussions/new?category=show-and-tell
14+
url: https://github.com/flex-development/errnode/discussions/new?category=show-and-tell
1515
about: Show the community how you integrated this project into yours

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,4 @@ A list of linked issues and/or pull requests.
3535
- [ ] new, **tolerable** vulnerabilities and/or warnings documented, if any
3636
- [ ] [pr naming conventions][1]
3737

38-
[1]:
39-
https://github.com/flex-development/create-node-error/blob/main/CONTRIBUTING.md#pull-request-titles
38+
[1]: https://github.com/flex-development/errnode/blob/main/CONTRIBUTING.md#pull-request-titles

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Follow the steps below to setup your local development environment:
1515
1. Clone repository
1616

1717
```sh
18-
git clone https://github.com/flex-development/create-node-error
19-
cd create-node-error
18+
git clone https://github.com/flex-development/errnode
19+
cd errnode
2020
```
2121

2222
2. Install binaries with [Homebrew][1]
@@ -289,7 +289,7 @@ A well-written issue
289289
When you're ready to submit your changes, open a pull request (PR) against `main`:
290290

291291
```sh
292-
https://github.com/flex-development/create-node-error/compare/main...$branch
292+
https://github.com/flex-development/errnode/compare/main...$branch
293293
```
294294

295295
where `$branch` is the name of the branch you'd like to merge into `main`.
@@ -401,7 +401,7 @@ Before deploying, the following steps must be completed:
401401
[16]: https://vitest.dev/api/#test-todo
402402
[17]: https://codecov.io
403403
[18]: https://docs.codecov.com/docs/codecov-uploader
404-
[19]: https://github.com/flex-development/create-node-error/discussions/new?category=q-a
404+
[19]: https://github.com/flex-development/errnode/discussions/new?category=q-a
405405
[20]: https://stackoverflow.com/help/minimal-reproducible-example
406406
[21]: https://github.com/features/packages
407407
[22]: https://npmjs.com

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# create-node-error
1+
# errnode
22

3-
[![npm](https://img.shields.io/npm/v/@flex-development/create-node-error.svg)](https://npmjs.com/package/@flex-development/create-node-error)
4-
[![license](https://img.shields.io/github/license/flex-development/create-node-error.svg)](LICENSE.md)
3+
[![npm](https://img.shields.io/npm/v/@flex-development/errnode.svg)](https://npmjs.com/package/@flex-development/errnode)
4+
[![license](https://img.shields.io/github/license/flex-development/errnode.svg)](LICENSE.md)
55
[![conventional commits](https://img.shields.io/badge/-conventional%20commits-fe5196?logo=conventional-commits&logoColor=ffffff)](https://conventionalcommits.org/)
66
[![typescript](https://img.shields.io/badge/-typescript-3178c6?logo=typescript&logoColor=ffffff)](https://typescriptlang.org/)
77
[![vitest](https://img.shields.io/badge/-vitest-6e9f18?style=flat&logo=vitest&logoColor=ffffff)](https://vitest.dev/)
@@ -32,13 +32,13 @@ This package provides utilities for creating [Node.js errors][1].
3232
This package is [ESM only][2].
3333

3434
```sh
35-
yarn add @flex-development/create-node-error
35+
yarn add @flex-development/errnode
3636
```
3737

3838
From Git:
3939

4040
```sh
41-
yarn add @flex-development/create-node-error@flex-development/create-node-error
41+
yarn add @flex-development/errnode@flex-development/errnode
4242
```
4343

4444
<blockquote>

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@flex-development/create-node-error",
2+
"name": "@flex-development/errnode",
33
"description": "Utilities for creating Node.js errors",
44
"version": "0.0.0",
55
"keywords": [
@@ -8,9 +8,9 @@
88
"typescript"
99
],
1010
"license": "BSD-3-Clause",
11-
"homepage": "https://github.com/flex-development/create-node-error",
12-
"repository": "https://github.com/flex-development/create-node-error.git",
13-
"bugs": "https://github.com/flex-development/create-node-error/issues",
11+
"homepage": "https://github.com/flex-development/errnode",
12+
"repository": "https://github.com/flex-development/errnode.git",
13+
"bugs": "https://github.com/flex-development/errnode/issues",
1414
"author": {
1515
"name": "Lexus Drumgold",
1616
"url": "https://github.com/unicornware"

src/__tests__/create-node-error.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file Unit Tests - createNodeError
3-
* @module create-node-error/tests/unit/createNodeError
3+
* @module errnode/tests/unit/createNodeError
44
*/
55

66
import { ErrorCode } from '#src/enums'

src/__tests__/determine-specific-type.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file Unit Tests - determineSpecificType
3-
* @module create-node-error/tests/unit/determineSpecificType
3+
* @module errnode/tests/unit/determineSpecificType
44
*/
55

66
import { inspect } from 'node-inspect-extracted'

src/create-node-error.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file createNodeError
3-
* @module create-node-error/createNodeError
3+
* @module errnode/createNodeError
44
* @see https://github.com/nodejs/node/blob/v19.3.0/lib/internal/errors.js#L367-L404
55
*/
66

src/determine-specific-type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file determineSpecificType
3-
* @module create-node-error/determineSpecificType
3+
* @module errnode/determineSpecificType
44
* @see https://github.com/nodejs/node/blob/v19.3.0/lib/internal/errors.js#L878-L896
55
*/
66

0 commit comments

Comments
 (0)