Skip to content

Commit b2e2973

Browse files
author
Lawrence Daniels
committed
Modified to extend node-core
1 parent 33f360d commit b2e2973

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+111
-6593
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ lazy val root = (project in file(".")).
2929
"org.scala-lang" % "scala-reflect" % scalaJsVersion,
3030
"org.scalactic" %% "scalactic" % "3.0.1",
3131
"org.scalatest" %%% "scalatest" % "3.0.1" % "test",
32-
"io.scalajs" %%% "core" % scalaJsIOVersion
32+
"io.scalajs" %%% "nodejs-core" % scalaJsIOVersion
3333
))
3434

3535
lazy val publishingSettings = Seq(

src/main/scala/io/scalajs/nodejs/Assert.scala

-141
This file was deleted.

src/main/scala/io/scalajs/nodejs/Console.scala

-158
This file was deleted.

src/main/scala/io/scalajs/nodejs/Error.scala

-68
This file was deleted.

0 commit comments

Comments
 (0)