diff --git a/package.json b/package.json index 3647a22..735efe6 100644 --- a/package.json +++ b/package.json @@ -1,59 +1,59 @@ { - "name": "mcfly-semantic-release", - "version": "1.0.16", - "description": "A cli tool to bump version and publish to github", - "bin": { - "mcfly-semantic-release": "./bin/mcfly-semantic-release.js" - }, - "dependencies": { - "bluebird": "^3.4.6", - "bluebird-retry": "^0.8.0", - "chalk": "^1.1.3", - "inquirer": "^1.1.3", - "lodash": "4.15.0", - "mcfly-github": "^1.0.5", - "memory-stream": "0.0.3", - "node-jsxml": "^0.8.0", - "semver": "^5.3.0", - "simple-git": "^1.48.0", - "strip-json-comments": "^2.0.1", - "yargs": "^5.0.0" - }, - "devDependencies": { - "chai": "^3.5.0", - "coveralls": "^2.11.12", - "eslint": "^3.5.0", - "eslint-plugin-json": "^1.2.0", - "eslint-plugin-nodeca": "^1.0.3", - "istanbul": "^0.4.5", - "mocha": "^3.0.2", - "sinon": "^1.17.5", - "sinon-chai": "^2.8.0" - }, - "scripts": { - "eslint": "eslint .", - "lint": "npm run eslint", - "pretest": "npm run eslint", - "test": "npm run mocha", - "mocha": "istanbul cover --root . --include-all-sources -x **/coverage/** -x **/client/** -x **/files/** -x **/node_modules/** -x **/bin/** --dir ./coverage/mocha --report text --report text-summary --report lcov --print none _mocha -- test/mocha/**/*.spec.js --reporter spec --timeout 10000", - "mocha:watch": "mocha test/mocha/**/*.spec.js -R nyan -w --timeout 10000", - "release": "node bin/mcfly-semantic-release.js" - }, - "files": [ - "lib", - "bin" - ], - "engines": { - "node": ">= 4.2.1 < 5" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/mcfly-io/mcfly-semantic-release.git" - }, - "author": "", - "license": "MIT", - "bugs": { - "url": "https://github.com/mcfly-io/mcfly-semantic-release/issues" - }, - "homepage": "https://github.com/mcfly-io/mcfly-semantic-release#readme" + "name": "mcfly-semantic-release", + "version": "1.0.17", + "description": "A cli tool to bump version and publish to github", + "bin": { + "mcfly-semantic-release": "./bin/mcfly-semantic-release.js" + }, + "dependencies": { + "bluebird": "^3.4.6", + "bluebird-retry": "^0.8.0", + "chalk": "^1.1.3", + "inquirer": "^1.1.3", + "lodash": "4.15.0", + "mcfly-github": "^1.0.5", + "memory-stream": "0.0.3", + "node-jsxml": "^0.8.0", + "semver": "^5.3.0", + "simple-git": "^1.48.0", + "strip-json-comments": "^2.0.1", + "yargs": "^5.0.0" + }, + "devDependencies": { + "chai": "^3.5.0", + "coveralls": "^2.11.12", + "eslint": "^3.5.0", + "eslint-plugin-json": "^1.2.0", + "eslint-plugin-nodeca": "^1.0.3", + "istanbul": "^0.4.5", + "mocha": "^3.0.2", + "sinon": "^1.17.5", + "sinon-chai": "^2.8.0" + }, + "scripts": { + "eslint": "eslint .", + "lint": "npm run eslint", + "pretest": "npm run eslint", + "test": "npm run mocha", + "mocha": "istanbul cover --root . --include-all-sources -x **/coverage/** -x **/client/** -x **/files/** -x **/node_modules/** -x **/bin/** --dir ./coverage/mocha --report text --report text-summary --report lcov --print none _mocha -- test/mocha/**/*.spec.js --reporter spec --timeout 10000", + "mocha:watch": "mocha test/mocha/**/*.spec.js -R nyan -w --timeout 10000", + "release": "node bin/mcfly-semantic-release.js" + }, + "files": [ + "lib", + "bin" + ], + "engines": { + "node": ">= 4.2.1 < 5" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/mcfly-io/mcfly-semantic-release.git" + }, + "author": "", + "license": "MIT", + "bugs": { + "url": "https://github.com/mcfly-io/mcfly-semantic-release/issues" + }, + "homepage": "https://github.com/mcfly-io/mcfly-semantic-release#readme" } \ No newline at end of file