NPM Warnings - repo and license
nickknyc opened this issue · 0 comments
nickknyc commented
FYI
npm WARN 7r1b3@0.0.1 No repository field.
npm WARN 7r1b3@0.0.1 No license field.
Could be
`{
"name": "7r1b3",
"main": "7R1B3.js",
"version": "0.0.1",
"repository": {"type": "git",
"url": "https://github.com/mayosmith/7R1B3"
},
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"express": "~4.0.0"
}
}`