package.json-validator icon indicating copy to clipboard operation
package.json-validator copied to clipboard

🚀 Feature: Scripts value string required

Open reggi opened this issue 7 years ago • 1 comments

This should not validate:

{
  "name": "hi",
  "version": "0.0.0",
  "scripts": {
    "hello:world": {}
  }
}

reggi avatar Apr 24 '18 06:04 reggi

PR welcome 🙌

LinusU avatar Apr 25 '18 09:04 LinusU