File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ The following core Node.js modules (v7.7.1) have been implemented:
231
231
| vm | The vm module provides APIs for compiling and running code within V8 Virtual Machine contexts.|
232
232
| zlib | This provides bindings to Gzip/Gunzip, Deflate/Inflate, and DeflateRaw/InflateRaw classes. |
233
233
234
- * NOTE* : The SBT artifact for the complete Node.js platform is: "io.scalajs.npm" %%% "nodejs" % "0.4.0-pre1 "
234
+ * NOTE* : The SBT artifact for the complete Node.js platform is: "io.scalajs.npm" %%% "nodejs" % "0.4.0-pre2 "
235
235
236
236
<a name =" npm_modules " >
237
237
#### Third-party Modules
@@ -298,7 +298,7 @@ The following Third Party/OSS Node.js (npm) modules have been implemented:
298
298
| [ 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. |
299
299
| [ xml2js] ( https://github.com/scalajs-io/xml2js ) | 0.4.16 | Simple XML to JavaScript object converter. |
300
300
301
- * NOTE* : The full SBT artifact expression is: "io.scalajs.npm" %%% "xxxx" % version (e.g. "io.scalajs.npm" %%% "express" % "0.4.0-pre1 ")
301
+ * NOTE* : The full SBT artifact expression is: "io.scalajs.npm" %%% "xxxx" % version (e.g. "io.scalajs.npm" %%% "express" % "0.4.0-pre2 ")
302
302
303
303
I've provided an example to demonstrate how similar the Scala.js code is to the JavaScript
304
304
that it replaces.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import sbt._
5
5
6
6
import scala .language .postfixOps
7
7
8
- val scalaJsIOVersion = " 0.4.0-pre1 "
8
+ val scalaJsIOVersion = " 0.4.0-pre2 "
9
9
val apiVersion = scalaJsIOVersion
10
10
val scalaJsVersion = " 2.12.1"
11
11
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nodejs-sfs" ,
3
- "version" : " 0.4.0-pre1 " ,
3
+ "version" : " 0.4.0-pre2 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"source-map" : " ^0.5.6"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " scalajs-io" ,
3
- "version" : " 0.4.0-pre1 " ,
3
+ "version" : " 0.4.0-pre2 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"async" : " ^2.0.1" ,
You can’t perform that action at this time.
0 commit comments