node-pre-gyp v0.6.3 Release Notes

    • Added support for passing raw options to node-gyp using -- separator. Flags passed after the -- to node-pre-gyp configure will be passed directly to gyp while flags passed after the -- will be passed directly to make/visual studio.
    • Added node-pre-gyp configure command to be able to call node-gyp configure directly
    • Fix issue with require validation not working on windows 7 (@edgarsilva)