Files
Matheus Genteluci fdfdbdaf88 Add keywords to your package.json (#34619)
3 Hints added to index.md
Solution added to index.md
2019-01-15 15:55:39 -06:00

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

  • keywords should be an array.

Hint 3

  • One of the values in keywords should be freecodecamp.

Solution:

"keywords": [ "freecodecamp", "microservice", "guide" ]