forked from roman01la/uix
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,8 @@ yarn add [email protected] [email protected] | |
``` | ||
|
||
```clj | ||
{:deps {com.pitch/uix.core {:mvn/version "0.3.0"} | ||
com.pitch/uix.dom {:mvn/version "0.3.0"}}} | ||
{:deps {com.pitch/uix.core {:mvn/version "0.4.0"} | ||
com.pitch/uix.dom {:mvn/version "0.4.0"}}} | ||
``` | ||
|
||
## Usage | ||
|
@@ -72,6 +72,7 @@ _Note: to ensure you're using the right Node.js version, you can use [nvm](https | |
once in the directory. Otherwise the Node.js version you use is in the `.nvmrc` file. See nvm repo for more documentation._ | ||
|
||
## Thanks to | ||
|
||
- [UIx v1](https://github.com/roman01la/uix) for initial set of ideas and learnings | ||
- [Helix](https://github.com/lilactown/helix) for even more ideas | ||
- [Pitch](https://github.com/pitch-io) for sponsoring and dogfooding the work |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{:group-id "com.pitch" | ||
:artifact-id "uix.core" | ||
:version "0.3.0" | ||
:version "0.4.0" | ||
:scm-url "https://github.com/pitch-io/uix/tree/master/core"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{:group-id "com.pitch" | ||
:artifact-id "uix.dom" | ||
:version "0.3.0" | ||
:version "0.4.0" | ||
:scm-url "https://github.com/pitch-io/uix/tree/master/dom"} |