Skip to content

Commit

Permalink
Fixed SBT dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ldaniels528 committed Apr 19, 2017
1 parent 47d1a3f commit 5a37777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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" % "0.4.0-pre4"
*NOTE*: The SBT artifact for the complete Node.js platform is: "io.scalajs" %%% "nodejs" % "0.4.0-pre4"

<a name="npm_modules">
#### Third-party Modules
Expand Down

0 comments on commit 5a37777

Please sign in to comment.