env-js icon indicating copy to clipboard operation
env-js copied to clipboard

NPM package file and a couple of fixes

Open kaievns opened this issue 14 years ago • 2 comments

Hi Chris,

I've made a simple npm package so people could install and use envjs with npm.

And I also did couple of fixes to make it run on node.js (not sure if I've done it the right way though).

Cheers, Nik

kaievns avatar Mar 16 '11 12:03 kaievns

This is awesome, thank you! I'll try to get it integrated asap, but it might take a couple days.

thatcher avatar Mar 16 '11 13:03 thatcher

sure, no hurry with that, anyone can install it locally without actually having it on the NPM server.

btw, there is no window or document variables in node when you include the envjs/node.js file, I currently create them manually via var window = new Window(). Well, just letting you know, not sure what's the plan.

kaievns avatar Mar 16 '11 14:03 kaievns