diff --git a/README.md b/README.md index b0ba2fa1..ff01c672 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Concurrently -**Version: 0.0.5** ([*previous stable*](https://github.com/kimmobrunfeldt/concurrently/tree/0.0.4)) +**Version: 0.1.0** ([*previous stable*](https://github.com/kimmobrunfeldt/concurrently/tree/0.0.5)) Run multiple commands concurrently. Like `npm run watch-js & npm run watch-less` but better. diff --git a/package.json b/package.json index 577aa283..6e94961b 100644 --- a/package.json +++ b/package.json @@ -1,43 +1,43 @@ { - "name": "concurrently", - "version": "0.0.5-dev", - "description": "Run commands concurrently", - "main": "src/main.js", - "bin": { - "concurrent": "./src/main.js" - }, - "repository": { - "type": "git", - "url": "https://github.com/kimmobrunfeldt/concurrently.git" - }, - "keywords": [ - "bash", - "concurrent", - "parallel", - "concurrently", - "command", - "sh" - ], - "author": "Kimmo Brunfeldt", - "license": "MIT", - "bugs": { - "url": "https://github.com/kimmobrunfeldt/concurrently/issues" - }, - "homepage": "https://github.com/kimmobrunfeldt/concurrently", - "dependencies": { - "bluebird": "2.9.6", - "chalk": "0.5.1", - "commander": "2.6.0", - "cross-spawn": "^0.2.9", - "lodash": "3.1.0", - "rx": "2.3.24" - }, - "devDependencies": { - "chai": "^1.10.0", - "mocha": "^2.1.0", - "mustache": "^1.0.0", - "semver": "^4.2.0", - "shelljs": "^0.3.0", - "string": "^3.0.0" - } -} + "name": "concurrently", + "version": "0.1.0", + "description": "Run commands concurrently", + "main": "src/main.js", + "bin": { + "concurrent": "./src/main.js" + }, + "repository": { + "type": "git", + "url": "https://github.com/kimmobrunfeldt/concurrently.git" + }, + "keywords": [ + "bash", + "concurrent", + "parallel", + "concurrently", + "command", + "sh" + ], + "author": "Kimmo Brunfeldt", + "license": "MIT", + "bugs": { + "url": "https://github.com/kimmobrunfeldt/concurrently/issues" + }, + "homepage": "https://github.com/kimmobrunfeldt/concurrently", + "dependencies": { + "bluebird": "2.9.6", + "chalk": "0.5.1", + "commander": "2.6.0", + "cross-spawn": "^0.2.9", + "lodash": "3.1.0", + "rx": "2.3.24" + }, + "devDependencies": { + "chai": "^1.10.0", + "mocha": "^2.1.0", + "mustache": "^1.0.0", + "semver": "^4.2.0", + "shelljs": "^0.3.0", + "string": "^3.0.0" + } +} \ No newline at end of file