Tell us what’s happening:
I want to submit a link to my project
Your code so far
{
“name”: “fcc-learn-npm-package-json”,
“author”: “Pearl Takang”,
“dependencies”: {
“express”: “^4.14.0”
},
“main”: “server.js”,
“scripts”: {
“start”: “node server.js”
},
“engines”: {
“node”: “8.11.2”
},
“repository”: {
“type”: “git”,
“url”: “”
}
}
**Your browser information
Challenge: when i submit link to my project i get this: package.json should have a valid “author” key
Link to the challenge:
Apis and microservices challenge 1