Skip to content

Commit

Permalink
Merge pull request #28 from gdsc-ssu/chore/#27
Browse files Browse the repository at this point in the history
[#27] 패키지 keyword 등록
  • Loading branch information
halfmoon-mind authored Aug 21, 2023
2 parents 3401502 + 2676cf5 commit 4928553
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
{
"name": "up-d4te",
"version": "0.0.4",
"version": "0.0.5",
"description": "Recommend Dating Course in Korea with CLI",
"author": {
"name": "Sanghyeon Sim",
"email": "[email protected]"
},
"license": "MIT",
"bin": "dist/cli.js",
"bin": {
"up-date": "dist/cli.js"
},
"keywords": [
"update",
"up-date",
"up-d4te",
"dating",
"up-dating",
"date"
],
"type": "module",
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 4928553

Please sign in to comment.