Skip to content

Commit 353ea17

Browse files
committed
Merge main, update all imports to @bearing-dev/*
2 parents 74b3dfe + c118427 commit 353ea17

File tree

8 files changed

+973
-3165
lines changed

8 files changed

+973
-3165
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ npm run dev
1111

1212
## Dependencies
1313

14-
### Sailkit
14+
### Bearing Dev
1515

16-
This project uses [sailkit](https://github.com/joshribakoff/sailkit) installed directly from GitHub. The `dist/` folder is gitignored in that repo, so a `postinstall` script builds it automatically after `npm install`.
16+
This project uses [bearing-dev](https://github.com/bearing-dev/bearing-dev) installed directly from GitHub. The `dist/` folder is gitignored in that repo, so a `postinstall` script builds it automatically after `npm install`.
1717

18-
If you still see build errors related to sailkit/compass, run manually:
18+
If you still see build errors related to bearing-dev, run manually:
1919

2020
```bash
21-
cd node_modules/sailkit && npm run build
21+
cd node_modules/bearing-dev && npm run build
2222
```

0 commit comments

Comments
 (0)