Skip to content

Commit

Permalink
Merge pull request #2697 from armanbilge/topic/hush-npm-warnings
Browse files Browse the repository at this point in the history
Hush npm warnings
  • Loading branch information
mpilquist committed Oct 29, 2021
2 parents f45a357 + 5af83d5 commit 73a4eb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ lazy val io = crossProject(JVMPlatform, JSPlatform)
lazy val scodec = crossProject(JVMPlatform, JSPlatform)
.in(file("scodec"))
.enablePlugins(SbtOsgi)
.jsConfigure(_.enablePlugins(ScalaJSBundlerPlugin))
.settings(
name := "fs2-scodec",
libraryDependencies += "org.scodec" %%% "scodec-core" % (if (
Expand Down Expand Up @@ -334,7 +333,6 @@ lazy val scodec = crossProject(JVMPlatform, JSPlatform)
lazy val protocols = crossProject(JVMPlatform, JSPlatform)
.in(file("protocols"))
.enablePlugins(SbtOsgi)
.jsConfigure(_.enablePlugins(ScalaJSBundlerPlugin))
.settings(
name := "fs2-protocols",
OsgiKeys.exportPackage := Seq("fs2.protocols.*"),
Expand Down

0 comments on commit 73a4eb7

Please sign in to comment.