Skip to content
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ a clean, coherent and holistic design then this is for you too.
rebranding them. That's because I **respect** your intelligence and believe
we can learn new concepts. Actually, the added value of manual programming is
theory building and **acquiring expertise**. In other words, the role of a
framework should be to provide you not only with tools, but with deeper
framework should be to provide you not only with tools, but with a deeper
knowledge and a whole new vision of the field.

## Architecture
Expand Down
2 changes: 1 addition & 1 deletion packages/functorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ operations,
- `.style.setProperty` and `.style.removeProperty`

the `delete` operation on a state object can be mapped to the expected
corresponding operation in the DOM.
corresponding operation in the DOM. Idiomatic and expressive.

### Videos

Expand Down
2 changes: 1 addition & 1 deletion packages/functorial/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@f-stack/functorial",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"exports": {
".": "./src/reactive.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/reflow/deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@f-stack/reflow",
"version": "0.4.0",
"version": "0.5.0",
"license": "MIT",
"tasks": {
// Starts the test server
Expand Down