execSync
execSync copied to clipboard
Repository field in package.json
trafficstars
When running npm install, I get the annoying warning:
npm WARN package.json [email protected] No repository field.
This can be removed by adding the following to package.json:
"repository": {
"type": "git",
"url": "http://github.com/mgutz/execSync.git"
}
Plus one.
