Skip to content

Commit 800b1d9

Browse files
committed
Official publishing configuration.
1 parent 86df3c0 commit 800b1d9

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

build.sbt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
scalaJSSettings
22

3-
name := "Dom"
3+
name := "Scala.js DOM"
44

5-
version := "0.1-SNAPSHOT"
5+
normalizedName := "scalajs-dom"
6+
7+
version := "0.1-SNAPSHOT"
8+
9+
organization := "org.scala-lang.modules.scalajs"

project/build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
resolvers += Resolver.url("scala-js-snapshots",
2+
url("http://repo.scala-js.org/repo/snapshots/"))(Resolver.ivyStylePatterns)
3+
14
addSbtPlugin("org.scala-lang.modules.scalajs" % "scalajs-sbt-plugin" % "0.1-SNAPSHOT")
25

36
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.1")
4-
5-

0 commit comments

Comments
 (0)