Skip to content

Commit ca5de19

Browse files
committed
Updated to v0.4.0
1 parent 5ac3f9b commit ca5de19

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ trait MyObject extends js.Object {
5656
To add the `Xml2js` binding to your project, add the following to your build.sbt:
5757

5858
```sbt
59-
libraryDependencies += "io.scalajs.npm" %%% "xml2js" % "0.4.0-pre5"
59+
libraryDependencies += "io.scalajs.npm" %%% "xml2js" % "0.4.0"
6060
```
6161

6262
Optionally, you may add the Sonatype Repository resolver:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import sbt._
55

66
import scala.language.postfixOps
77

8-
val scalaJsIOVersion = "0.4.0-pre5"
8+
val scalaJsIOVersion = "0.4.0"
99
val apiVersion = scalaJsIOVersion
1010
val scalaJsVersion = "2.12.1"
1111

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "xml2js-sjs",
3-
"version": "0.4.0-pre5",
3+
"version": "0.4.0",
44
"private": true,
55
"dependencies": {
6-
"source-map": "^0.5.6",
6+
"source-map-support": "^0.4.14",
77
"xml2js": "^0.4.17"
88
}
99
}

0 commit comments

Comments
 (0)