forked from shogowada/scalajs-reactjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Splitted react facades into -core and -dom modules, fixed #4
- Loading branch information
1 parent
95bb196
commit 136c318
Showing
16 changed files
with
220 additions
and
167 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,6 +52,8 @@ script: | |
fi | ||
cache: | ||
directories: | ||
- ~/.npm | ||
- ~/.nvm | ||
- "$HOME/.ivy2/cache" | ||
- "$HOME/.sbt" | ||
before_cache: | ||
|
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
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,3 +1,3 @@ | ||
# scalajs-reactjs | ||
# scalajs-reactjs-core | ||
|
||
A facade for react and react-dom | ||
A facade for `react`. |
Oops, something went wrong.