Skip to content

Commit

Permalink
[RAWP-22] readme added (#25)
Browse files Browse the repository at this point in the history
* Bump @typescript-eslint/eslint-plugin from 5.39.0 to 5.40.0

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.39.0 to 5.40.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.40.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* readme added
updated build steps

* minor readme fixes
links updated

* readme added
updated build steps

* minor readme fixes
links updated

* package-lock.json updated

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: piotr-dziubek <97026979+piotr-dziubek@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 14, 2022
1 parent a5ccd2c commit 9b66dd5
Show file tree
Hide file tree
Showing 6 changed files with 9,671 additions and 306 deletions.
3 changes: 3 additions & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import endpoints from "./endpoints";

export { Ribbon } from "./ribbon";
export * from "./ClinicalAreas";
export * from "./ConditionCostEstimate";
Expand All @@ -12,3 +14,4 @@ export * from "./Providers";
export * from "./Specialties";
export * from "./Treatments";
export * from "./utills/types";
export const ENDPOINTS = endpoints;
Loading

0 comments on commit 9b66dd5

Please sign in to comment.