352 B
352 B
title
| title |
|---|
| Add Keywords to Your package.json |
Add Keywords to Your package.json
Hint 1
- Your package.json should contain the property
keywords.
Hint 2
keywordsshould be an array.
Hint 3
- One of the values in
keywordsshould befreecodecamp.
Solution:
"keywords": [ "freecodecamp", "microservice", "guide" ]