This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var assert = require('assert'); | |
var spawn = require('child_process').spawn; | |
module.exports = function Command(command, npmModule) { | |
return function(argv, options, loader) { | |
var options = { | |
env: process.env, | |
stdio: 'inherit', | |
windowsVerbatimArguments: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"main": "zoning.js" | |
} |