offsnore/wundernode

Publish latest version to NPM

Closed this issue · 2 comments

The current version of the module on NPM does not include the semi-colon fix for Issue #4 provided in Commit 0b3c5f9 .

(This means Example.js is broken.)

Can you increment the version and publish up to NPM? Thanks!

In case anyone comes here looking for a temporary fix, you can install manually from GitHub with:

npm install git+https://evalcrux@github.com/evalcrux/wundernode.git

sorry I'm late to getting to this. Another pull request fixed a couple syntax issues, so I merged and upgraded the version, then published to npm v0.4.0. Sorry for the delay!