baudehlo / node-fs-ext

Extras missing from node's fs module
MIT License
101 stars 45 forks source link

Package.json should build with node-gyp instead of node-waf #15

Closed kloshih closed 11 years ago

kloshih commented 11 years ago

The package.json specifies an install with node-waf

"scripts": { 
  "install": "node-waf configure build",
  "test": "./run_tests" }

But instead it should use node-gyp instead.

ghost commented 11 years ago

I've merged this in https://github.com/baudehlo/node-fs-ext/pull/19. When you have some spare time, please do let me know if the current version doesn't work for you.

kloshih commented 11 years ago

Perfect. Thanks.