Skip to content

Commit

Permalink
Managing Packages with Npm - Add Keywords to Your package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
msousa-fp committed Dec 21, 2020
1 parent 9e3829a commit 3b036e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "fcc-learn-npm-package-json",
"author": "Marco Sousa",
"description": "A project that does something awesome",
"keywords": [
"freecodecamp",
"npm",
"microservices"
],
"dependencies": {
"express": "^4.14.0"
},
Expand Down

0 comments on commit 3b036e2

Please sign in to comment.