Skip to content

Commit

Permalink
chore: add description to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr committed Mar 21, 2020
1 parent 0cf584e commit 1f45d17
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
{
"name": "node-upgrade-checker",
"version": "1.0.0",
"description": "",
"description": "node cli tool checks if your dependencies are compatible with a desired node package",
"keywords": [
"nuc",
"node",
"upgrade",
"npm",
"yarn",
"nodejs",
"node.js",
"check",
"update",
"lts"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
Expand Down

0 comments on commit 1f45d17

Please sign in to comment.