File tree Expand file tree Collapse file tree 2 files changed +5
-23
lines changed Expand file tree Collapse file tree 2 files changed +5
-23
lines changed Original file line number Diff line number Diff line change @@ -5,26 +5,12 @@ scalajs-react-components
55
66Reusable [ scalajs-react] (https://github.com/japgolly/scalajs-react ) components
77
8- #### Status
9-
10- Its work in progress...
118
129#### Setup
1310
14- Library is not published to maven central as its still work in progress
15-
16- To publish Locally :
17-
18- ``` scala
19- git clone https:// github.com/ chandu0101/ scalajs- react- components
20- cd scalajs- react- components
21- sbt publishLocal
22-
23- ```
24- Using in Projects :
2511``` scala
2612// add this line to your build.sbt
27- libraryDependencies += " com.chandu0101.scalajs-react-components" %%% " core" % " 0.1.0"
13+ libraryDependencies += " com.github. chandu0101.scalajs-react-components" %%% " core" % " 0.1.0"
2814
2915```
3016
@@ -46,10 +32,6 @@ http://localhost:8090/
4632
4733```
4834
49- #### Docs
50-
51- http://chandu0101.github.io/sjrc/docs
52-
53- #### Contribute
54- http://chandu0101.github.io/sjrc/#contribute
35+ #### Contribute
36+ [ Guidelines] ( https://github.com/chandu0101/scalajs-react-components/blob/master/doc/CONTRIBUTE.md )
5537
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ object ScalajsReactComponents extends Build {
1616 def commonSettings : PE =
1717 _.enablePlugins(ScalaJSPlugin )
1818 .settings(
19- organization := " com.chandu0101.scalajs-react-components" ,
19+ organization := " com.github. chandu0101.scalajs-react-components" ,
2020 version := " 0.1.0" ,
2121 homepage := Some (url(" https://github.com/chandu0101/scalajs-react-components" )),
2222 licenses += (" Apache-2.0" , url(" http://opensource.org/licenses/Apache-2.0" )),
@@ -44,7 +44,7 @@ object ScalajsReactComponents extends Build {
4444 },
4545 pomExtra :=
4646 <scm >
47- <connection >scm: git: github.com/ japgolly / scalajs- react</connection >
47+ <connection >scm: git: github.com: chandu0101 / scalajs- react- components </connection >
4848 <developerConnection >scm: git: git@ github.com: chandu0101/ scalajs- react- components.git</developerConnection >
4949 <url >github.com: chandu0101/ scalajs- react- components.git</url >
5050 </scm >
You can’t perform that action at this time.
0 commit comments