Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix package.json validation issues #26

Open
azisnaufal opened this issue Dec 14, 2017 · 0 comments
Open

Fix package.json validation issues #26

azisnaufal opened this issue Dec 14, 2017 · 0 comments

Comments

@azisnaufal
Copy link
Contributor

azisnaufal commented Dec 14, 2017

File : https://github.com/scorelab/Stackle/blob/master/stackle_app/package.json

Result from http://package-json-validator.com/

{
  "valid": false,
  "errors": [
    "Missing required field: version"
  ],
  "warnings": [
    "Missing recommended field: description",
    "Missing recommended field: keywords",
    "Missing recommended field: bugs",
    "Missing recommended field: licenses",
    "Missing recommended field: author",
    "Missing recommended field: contributors",
    "Missing recommended field: repository"
  ],
  "recommendations": [
    "Missing optional field: homepage"
  ]
}

Hi! I would like to work on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant