Commit 65e5317c authored by 杨博 (Yang Bo)'s avatar 杨博 (Yang Bo) Committed by Sam Saccone

Remove unexpected colon (#1665)

parent 77f0e099
enablePlugins(ScalaJSPlugin)
libraryDependencies += "com.thoughtworks.binding" %%% "dom" % "7.0.3"
libraryDependencies += "com.thoughtworks.binding" %%% "dom" % "8.0.0"
libraryDependencies += "com.lihaoyi" %%% "upickle" % "0.3.9"
......
This diff is collapsed.
This diff is collapsed.
......@@ -47,6 +47,6 @@ only one source file, 154 lines of code!
* [The Binding.scala Project Page](https://github.com/ThoughtWorksInc/Binding.scala)
* [This “Binding.scala • TodoMVC” Project Page](https://github.com/ThoughtWorksInc/todo)
* [This “Binding.scala • TodoMVC” DEMO](https://thoughtworksinc.github.io/todo)
* [API documentation](https://oss.sonatype.org/service/local/repositories/releases/archive/com/thoughtworks/binding/unidoc_2.11/4.0.1/unidoc_2.11-4.0.1-javadoc.jar/!/com/thoughtworks/binding/package.html)
* [API documentation](https://oss.sonatype.org/service/local/repositories/releases/archive/com/thoughtworks/binding/unidoc_2.11/8.0.0/unidoc_2.11-8.0.0-javadoc.jar/!/com/thoughtworks/binding/package.html)
* [Other live DEMOs](https://thoughtworksinc.github.io/Binding.scala/)
* [Chat on Gitter](https://gitter.im/ThoughtWorksInc/Binding.scala)
......@@ -1915,7 +1915,7 @@
"binding-scala": {
"name": "Binding.scala",
"description": "Binding.scala is a Reactive Web Frameworks that helps you create complicated interactive web pages with very simple code base. <br/>This Binding.scala's TodoMVC application has the least code size among all the TodoMVC implementations, only one source file, 154 lines of code!",
"homepage:": "github.com/ThoughtWorksInc/Binding.scala",
"homepage": "github.com/ThoughtWorksInc/Binding.scala",
"examples": [{
"name": "This TodoMVC application",
"url": "examples/binding-scala",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment