benoror / better-npm-run

🏃‍♂️ Better NPM scripts runner
MIT License
639 stars 56 forks source link

Prevent stripping quotes from params #84

Closed mcmillion closed 4 years ago

mcmillion commented 5 years ago

This PR prevents stripping quotes from arguments that have spaces.

gorangajic commented 5 years ago

Can you replace arrow function with normal function, there is no need to break support for older version of the Node.js

mcmillion commented 5 years ago

Done 👍