Skip to content

Commit 0dcca2e

Browse files
authored
fix!: Detect tools by looking in package.json (#8)
1 parent 8e2db95 commit 0dcca2e

21 files changed

+74
-1358
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,13 @@ This project is built using [`bun`](https://bun.sh). Demo project uses PNPM.
2323
```sh
2424
# Setup
2525
bun i
26-
pushd demo
27-
pnpm i
28-
popd
2926

3027
# Build NPM package
3128
bun run build
3229

3330
# Run checks
3431
bun check --help
3532
bun check
36-
bun check demo
3733
```
3834

3935
### Adding Tools

demo/.eslintrc.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

demo/.prettierignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

demo/package.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)