Skip to content

Commit

Permalink
Released as v0.4.0-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
ldaniels528 committed Mar 22, 2017
1 parent 6a857fd commit 8e6ddc7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ The following core Node.js modules (v7.7.1) have been implemented:
| vm | The vm module provides APIs for compiling and running code within V8 Virtual Machine contexts.|
| zlib | This provides bindings to Gzip/Gunzip, Deflate/Inflate, and DeflateRaw/InflateRaw classes. |

*NOTE*: The SBT artifact for the complete Node.js platform is: "io.scalajs.npm" %%% "nodejs" % "3.0.6"
*NOTE*: The SBT artifact for the complete Node.js platform is: "io.scalajs.npm" %%% "nodejs" % "0.4.0-pre1"

<a name="npm_modules">
#### Third-party Modules
Expand Down Expand Up @@ -298,7 +298,7 @@ The following Third Party/OSS Node.js (npm) modules have been implemented:
| [winston-daily-rotate-file](https://github.com/scalajs-io/winston-daily-rotate-file) | 1.4.4 | A multi-transport async logging library for Node.js. |
| [xml2js](https://github.com/scalajs-io/xml2js) | 0.4.16 | Simple XML to JavaScript object converter. |

*NOTE*: The full SBT artifact expression is: "io.scalajs.npm" %%% "xxxx" % version (e.g. "io.scalajs.npm" %%% "express" % "4.14.1-4")
*NOTE*: The full SBT artifact expression is: "io.scalajs.npm" %%% "xxxx" % version (e.g. "io.scalajs.npm" %%% "express" % "0.4.0-pre1")

I've provided an example to demonstrate how similar the Scala.js code is to the JavaScript
that it replaces.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import sbt._

import scala.language.postfixOps

val scalaJsIOVersion = "0.3.0.8"
val scalaJsIOVersion = "0.4.0-pre1"
val apiVersion = scalaJsIOVersion
val scalaJsVersion = "2.12.1"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-sfs",
"version": "0.3.0-6",
"version": "0.4.0-pre1",
"private": true,
"dependencies": {
"source-map": "^0.5.6"
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/watchfile.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scalajs-io",
"version": "0.4.0",
"version": "0.4.0-pre1",
"private": true,
"dependencies": {
"async": "^2.0.1",
Expand Down

0 comments on commit 8e6ddc7

Please sign in to comment.