felixge / node-sandboxed-module

A sandboxed node.js module loader that lets you inject dependencies into your modules.
MIT License
342 stars 42 forks source link

Update package.json #7

Closed ctavan closed 12 years ago

ctavan commented 12 years ago

Version bump to make everything node >=0.6.10 compatible. See https://github.com/felixge/node-require-like/pull/3

felixge commented 12 years ago

Applied in b55b633f1ca5a05c7817cbb1c85406de6030559e and released as v0.1.3. Please do not bump the main package version, that's my job! Kidding aside, I do like those bumps in separate commits as well as using tags, and I don't think tags can be included in pull requests.

--fg

ctavan commented 12 years ago

Oh of course, you're so right, sorry. I was a bit overwhelmed by that new github feature: "Fork and edit this file"... Crazy shit!