Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Core business logic of SolidOS which can be used for any webapp as well.
npm install solid-logic rdflib
```

> **Important**: `rdflib` is a peer dependency - you must install it separately.
> **Important**: `rdflib` is still required by the published bundles, so install it alongside `solid-logic` in your app.

### Import in your project (ESM/TypeScript)

Expand Down Expand Up @@ -121,10 +121,9 @@ Check the scripts in the `package.json` for build, watch, lint and test.

# Used stack

* TypeScript + Babel
* Jest
* TypeScript + Vite
* Vitest
* ESLint
* Webpack

# How to release

Expand Down
13 changes: 0 additions & 13 deletions babel.config.mjs

This file was deleted.

22 changes: 0 additions & 22 deletions jest.config.mjs

This file was deleted.

Loading
Loading