redbooth / npm-shrinkwrap-check

Util to check that package.json and npm-shrinkwrap.json are in sync.
14 stars 7 forks source link

Use async exec instead of execSync #7

Closed eoger closed 5 years ago

eoger commented 8 years ago

Adds compatibility with node 0.10 which doesn't have execSync. You should probably check this PR with the diff "-w" flag.

Morantron commented 8 years ago

Thanks for the PR! Can you add those small changes please? :pray:

eoger commented 8 years ago

My bad, here you go!