Skip to content

Commit

Permalink
example -> examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonstreator committed Dec 17, 2023
1 parent ee1a3df commit 5f2b40c
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Remove example dir
- name: Remove examples dir
run: |
rm -rf example
rm -rf examples
- name: Run the tests
run: yarn test:ci
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,14 @@
<img alt="" src="https://www.codefactor.io/repository/github/dillonstreator/txob/badge">
</a>
</p>


## Installation

```sh
npm install txob
```

## Usage

[examples](./examples)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"outDir": "dist",
"declaration": true
},
"exclude": ["example", "dist", "node_modules", "./**/*.test.ts"]
"exclude": ["examples", "dist", "node_modules", "./**/*.test.ts"]
}

0 comments on commit 5f2b40c

Please sign in to comment.