Skip to content

Commit

Permalink
docs(changelog): version 1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
thaiat committed Nov 8, 2016
1 parent 35cdda5 commit 1962048
Showing 1 changed file with 57 additions and 57 deletions.
114 changes: 57 additions & 57 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 1962048

Please sign in to comment.