Skip to content
Merged
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"packages/from-jest": "0.1.1",
"packages/property-testing": "0.1.0",
"packages/rxjs": "0.0.0",
"packages/sinon": "0.1.1"
"packages/sinon": "0.1.1",
"packages/supertest": "0.0.0"
}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</p>
</p>

* * *
---

This is the monorepo for [**BUPKIS**](https://bupkis.zip), the uncommonly extensible assertion library.

Expand All @@ -21,6 +21,7 @@ This is the monorepo for [**BUPKIS**](https://bupkis.zip), the uncommonly extens
- **[@bupkis/events](./packages/events/)** - Event emitter assertions
- **[@bupkis/rxjs](./packages/rxjs/)** - RxJS Observable assertions
- **[@bupkis/sinon](./packages/sinon/)** - Sinon spy/stub/mock assertions
- **[@bupkis/supertest](./packages/supertest/)** - HTTP response assertions

### Migration Tools

Expand Down
Loading
Loading