Skip to content

Commit 8d447ab

Browse files
committed
removed some unncessary deps
1 parent 949e75f commit 8d447ab

File tree

6 files changed

+173
-1919
lines changed

6 files changed

+173
-1919
lines changed

.np-config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"testScript": "test:types",
3-
"anyBranch": true
2+
"testScript": "test:all"
43
}

DEVGUIDE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
1. [Running the tests](#running-the-tests)
33
2. [Linting](#linting)
44
3. [Building the library](#building-the-library)
5+
4. [Publishing](#publishing)
56

67
## Running the tests
78
Prerequisites:
@@ -94,3 +95,7 @@ To build it, just run `npm run build`, which does the following:
9495
- Runs `tsc` to compile the TypeScript files & resolves path aliases w/ `tsc-alias`
9596
- Uses `api-extractor` to generate the API report & generate a rolled-up `.d.ts` file
9697
- Deletes any extraneous `.d.ts` files
98+
99+
## Publishing
100+
I heavily recommend using [np](https://github.com/sindresorhus/np) to publish the package. Running it will involve running `test:all`, and the
101+
versioning step will update the api report + update the version in `src/version.ts`.

0 commit comments

Comments
 (0)