solid-logic 3.0.9-183049d → 3.0.9-47c4eab

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,28 +1,7 @@
1
1
  # solid-logic
2
+ Core business logic of SolidOS
2
3
 
3
- <img src="https://raw.githubusercontent.com/solid/community-server/main/templates/images/solid.svg" alt="[Solid logo]" height="150" align="right"/>
4
-
5
- [![MIT license](https://img.shields.io/github/license/solidos/solidos)](https://github.com/solidos/solidos/blob/main/LICENSE.md)
6
-
7
-
8
- Core business logic of SolidOS which can be used for any webapp as well.
9
-
10
- # How to use
11
-
12
- Either `npm install solid-logic` or in your HTML use directly `solid-logic.js` from `dist` folder.
13
-
14
- # How to develop
15
-
16
- Check the scripts in the `package.json` for build, watch, lint and test.
17
-
18
- # Used stack
19
-
20
- * TypeScript + Babel
21
- * Jest
22
- * Eslint
23
- * Rollup
24
-
25
- # History
4
+ # Adendum
26
5
 
27
6
  Solid-logic was a move to separate business logic from UI functionality so that people using different UI frameworks could use logic code.
28
7