Skip to content

Commit ba2834c

Browse files
committed
Last minute doc updates
1 parent 177faf8 commit ba2834c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/USAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Setup
2727
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "core" % "0.10.0"
2828

2929
// React JS itself (Note the filenames, adjust as needed, eg. to remove addons.)
30-
jsDependencies += "org.webjars.npm" % "react" % "0.14.0" % scope / "react-with-addons.js" commonJSName "React" minified "react-with-addons.min.js",
31-
jsDependencies += "org.webjars.npm" % "react-dom" % "0.14.0" % scope / "react-dom.js" commonJSName "ReactDOM" minified "react-dom.min.js" dependsOn "react-with-addons.js",
30+
jsDependencies += "org.webjars.npm" % "react" % "0.14.0" / "react-with-addons.js" commonJSName "React" minified "react-with-addons.min.js",
31+
jsDependencies += "org.webjars.npm" % "react-dom" % "0.14.0" / "react-dom.js" commonJSName "ReactDOM" minified "react-dom.min.js" dependsOn "react-with-addons.js",
3232
```
3333

3434
Creating Virtual-DOM

extra/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
======================
33

44
```scala
5-
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "extra" % "0.9.2"
5+
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "extra" % "0.10.0"
66
```
77

88
**Big Stuff**

test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Setup
1717

1818
```scala
1919
// scalajs-react test module
20-
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "test" % "0.9.2" % "test"
20+
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "test" % "0.10.0" % "test"
2121

2222
// React JS itself.
2323
// NOTE: Requires react-with-addons.js instead of just react.js

0 commit comments

Comments
 (0)