Skip to content

Commit

Permalink
Fix everything
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Nov 20, 2021
1 parent 538f52c commit ace69f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ lazy val `curly` = project.in(file("."))
// import .util.JSON._
lazy val core = crossProject(JVMPlatform, JSPlatform)
.crossType(CrossType.Pure)
.jsEnablePlugins(NpmPackagePlugin)
.in(file("core"))
.jsEnablePlugins(NpmPackagePlugin)
.settings(
name := "curly4s",

Expand Down

0 comments on commit ace69f5

Please sign in to comment.