We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c05ef6 commit af86bf1Copy full SHA for af86bf1
README.md
@@ -1,6 +1,6 @@
1
# Concurrently
2
3
-**Version: 0.0.4** ([*previous stable*](https://github.com/kimmobrunfeldt/concurrently/tree/0.0.3))
+**Version: 0.0.5** ([*previous stable*](https://github.com/kimmobrunfeldt/concurrently/tree/0.0.4))
4
5
Run multiple commands concurrently.
6
Like `npm run watch-js & npm run watch-less` but better.
package.json
{
"name": "concurrently",
- "version": "0.0.4-dev",
+ "version": "0.0.5",
"description": "Run commands concurrently",
"main": "src/main.js",
"bin": {
0 commit comments