Skip to content

Commit

Permalink
feat: add copy option for message via clipboardy
Browse files Browse the repository at this point in the history
  • Loading branch information
law-chain-hot committed Feb 28, 2023
1 parent 2041aee commit 69e1d25
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 32 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@types/inquirer": "^9.0.3",
"@types/node": "^18.13.0",
"cleye": "^1.3.2",
"clipboardy": "^3.0.0",
"eslint": "^8.34.0",
"execa": "^7.0.0",
"ini": "^3.0.1",
Expand All @@ -60,6 +61,8 @@
]
},
"release": {
"branches": ["main"]
"branches": [
"main"
]
}
}
106 changes: 79 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 69e1d25

Please sign in to comment.