Skip to content

Commit

Permalink
Merge pull request #282 from nafg/remove-long-obsolete-sjscrosstarget…
Browse files Browse the repository at this point in the history
…-setting

Remove long-obsolete sjsCrossTarget setting
  • Loading branch information
nafg authored Jun 17, 2024
2 parents 0ce62cb + 91e8e78 commit 16df954
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,11 @@ sonatypeProfileName := "io.github.nafg"

publish / skip := true

def sjsCrossTarget = crossTarget ~= (new File(_, "sjs" + scalaJSVersion))

lazy val simpleFacade =
project
.enablePlugins(ScalaJSBundlerPlugin)
.settings(
description := "Library for react component facades that are simple to write and simple to use",
sjsCrossTarget,
sonatypeProfileName := "io.github.nafg",
libraryDependencies ++= Seq(
"com.github.japgolly.scalajs-react" %%% "core" % "2.1.1",
Expand All @@ -55,7 +52,6 @@ def moduleConfig(npmName: String, npmVersion: String): Project => Project =
case s => s.takeWhile(_ != '.')
}),
description := s"Facade for $npmName version $npmVersion",
sjsCrossTarget,
useYarn := true,
sonatypeProfileName := "io.github.nafg",
Compile / npmDependencies += npmName -> npmVersion,
Expand Down

0 comments on commit 16df954

Please sign in to comment.