From 50c3fc9cffd95639db8c7453db995fce298095a6 Mon Sep 17 00:00:00 2001 From: Lawrence Daniels Date: Thu, 16 Mar 2017 21:35:54 -0700 Subject: [PATCH] pre-release updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0a928666..bf8d47932 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,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") +*NOTE*: The full SBT artifact expression is: "io.scalajs.npm" %%% "xxxx" % version (e.g. "io.scalajs.npm" %%% "express" % "4.14.1-3") I've provided an example to demonstrate how similar the Scala.js code is to the JavaScript that it replaces.