concat-stream icon indicating copy to clipboard operation
concat-stream copied to clipboard

Change format of field 'engines'

Open mkavidas opened this issue 8 years ago • 0 comments

Fixed the formatting so that package.json can pass the package.json validator .

The previous version was failing with the error: { "valid": false, "errors": [ "Type for field engines, was expected to be object, not object" ], "warnings": [ "Missing recommended field: keywords", "Missing recommended field: contributors" ], "recommendations": [ "Missing optional field: homepage" ] }

mkavidas avatar Feb 10 '17 05:02 mkavidas