@jseeio/jsee 0.2.1 → 0.2.2

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/CNAME ADDED
@@ -0,0 +1 @@
1
+ jsee.org
package/README.md CHANGED
@@ -57,4 +57,4 @@ JSEE takes a schema object that contains five main blocks:
57
57
  - `inputs` - Inputs definition
58
58
  - `outputs` - Outputs definition
59
59
 
60
- JSEE is a reactive version of StatSim's [Port](https://github.com/statsim/port)
60
+ JSEE is a reactive version of [StatSim](https://statsim.com)'s [Port](https://github.com/statsim/port). Still work in progress. Expect API changes.
package/_config.yml CHANGED
@@ -5,12 +5,12 @@ description: > # this means to ignore newlines until "show_excerpts:"
5
5
  show_excerpts: false
6
6
 
7
7
  logo_header:
8
- src: https://jsee.io/images/logo.svg
8
+ src: https://jsee.io/design/jsee_logo.svg
9
9
  href: https://jsee.org/
10
10
  width: 70
11
11
 
12
12
  logo_footer:
13
- src: https://jsee.io/images/logo.svg
13
+ src: https://jsee.io/design/jsee_logo.svg
14
14
  href: https://jsee.org/
15
15
  width: 50
16
16