Skip to content

Commit

Permalink
package.json: Add keywords for NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Anifacted committed Nov 19, 2019
1 parent 25aafb1 commit 3204b29
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"inquirer-autocomplete-prompt": "^0.12.1",
"lodash": "^4.17.4",
"meow": "^4.0.0",
"fs-extra": "^7.0.0",
"fs-extra": "^7.0.0",
"minimist": "^1.2.0",
"semver-compare": "^1.0.0"
},
Expand All @@ -42,6 +42,15 @@
"release": "node-publisher release",
"travis": "npm test"
},
"keywords": [
"dependency manager",
"bulk update",
"monorepo",
"lerna",
"yarn workspaces",
"workspace",
"dependencies"
],
"jest": {
"testURL": "http://localhost"
}
Expand Down

0 comments on commit 3204b29

Please sign in to comment.