Skip to content

Instantly share code, notes, and snippets.

@FredKSchott
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save FredKSchott/f303354890267b0fc06c to your computer and use it in GitHub Desktop.

Select an option

Save FredKSchott/f303354890267b0fc06c to your computer and use it in GitHub Desktop.
Validating `package.json` - ShellJS Recipes - http://shelljs-recipes.tumblr.com/
// Dependencies: package-json-validator (https://github.com/gorillamania/package.json-validator)
echo('Validating package.json');
exec('node ./node_modules/package-json-validator/bin/pjv package.json');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment