Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit d86a535

Browse files
author
exoego
committed
Use repo name as root name
1 parent 061936a commit d86a535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lazy val root = (project in file("."))
66
.settings(MySettings.publishingSettings)
77
.settings(MySettings.nonPublishingSetting)
88
.settings(
9-
name := "scala-js-nodejs-all"
9+
name := "scala-js-nodejs"
1010
)
1111

1212
lazy val core = (project in file("./core"))

0 commit comments

Comments
 (0)