Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ Examples:
- Passthrough all additional arguments combined into one argument via '{*}' placeholder

$ concurrently -P "echo {*}" -- foo bar
# Results in: echo 'foo bar'
# Results in something like: echo 'foo bar'

For more details, visit https://github.com/open-cli-tools/concurrently
```
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
"author": "Kimmo Brunfeldt",
"license": "MIT",
"dependencies": {
"@cepharum/quoting-db": "^1.2.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like a fresh new package, would you be keen on hosting and maintaining it from the open-cli-tools org? Seems it'd fit perfectly ;)

"chalk": "^4.1.2",
"date-fns": "^2.30.0",
"lodash": "^4.17.21",
"rxjs": "^7.8.1",
"shell-quote": "^1.8.1",
"supports-color": "^8.1.1",
"tree-kill": "^1.2.2",
"yargs": "^17.7.2"
Expand All @@ -72,7 +72,6 @@
"@types/jest": "^29.5.6",
"@types/lodash": "^4.14.200",
"@types/node": "^16.18.59",
"@types/shell-quote": "^1.7.3",
"@types/supports-color": "^8.1.2",
"@types/yargs": "^17.0.29",
"@typescript-eslint/eslint-plugin": "^6.8.0",
Expand Down
Loading