Skip to content

Commit

Permalink
Modified to extend node-core
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawrence Daniels committed Oct 14, 2017
1 parent 33f360d commit b2e2973
Show file tree
Hide file tree
Showing 71 changed files with 111 additions and 6,593 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lazy val root = (project in file(".")).
"org.scala-lang" % "scala-reflect" % scalaJsVersion,
"org.scalactic" %% "scalactic" % "3.0.1",
"org.scalatest" %%% "scalatest" % "3.0.1" % "test",
"io.scalajs" %%% "core" % scalaJsIOVersion
"io.scalajs" %%% "nodejs-core" % scalaJsIOVersion
))

lazy val publishingSettings = Seq(
Expand Down
141 changes: 0 additions & 141 deletions src/main/scala/io/scalajs/nodejs/Assert.scala

This file was deleted.

158 changes: 0 additions & 158 deletions src/main/scala/io/scalajs/nodejs/Console.scala

This file was deleted.

68 changes: 0 additions & 68 deletions src/main/scala/io/scalajs/nodejs/Error.scala

This file was deleted.

0 comments on commit b2e2973

Please sign in to comment.