execSync icon indicating copy to clipboard operation
execSync copied to clipboard

Repository field in package.json

Open mntnoe opened this issue 11 years ago • 1 comments
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"
}

mntnoe avatar Apr 12 '14 14:04 mntnoe

Plus one. image

vladikoff avatar Aug 14 '14 01:08 vladikoff