Skip to content

Commit

Permalink
chore(package): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Dec 6, 2016
1 parent 6b3b4d6 commit 5cdf4dc
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@
"description": "Un script hubot para consultar https://hesidohackeado.com",
"main": "index.coffee",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register"
"pretest": "coffeelint src test",
"test": "mocha --compilers coffee:coffee-script/register --require coffee-coverage/register-istanbul",
"posttest": "istanbul report text-summary lcov",
"coveralls": "coveralls < coverage/lcov.info",
"codeclimate": "codeclimate-test-reporter < coverage/lcov.info",
"release:major": "changelog -M && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version major && git push origin && git push origin --tags && npm publish",
"release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags && npm publish",
"release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags && npm publish"
},
"engines": {
"node": ">=0.12"
"node": ">=4"
},
"repository": {
"type": "git",
Expand All @@ -27,9 +34,15 @@
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"coffee-script": "^1.10.0",
"hubot-test-helper": "^1.4.4",
"mocha": "^3.0.0",
"nock": "^9.0.0"
"codeclimate-test-reporter": "^0.4.0",
"coffee-coverage": "^1.0.1",
"coffee-script": "^1.12.0",
"coffeelint": "^1.16.0",
"coveralls": "^2.11.15",
"generate-changelog": "^1.0.2",
"hubot-test-helper": "^1.5.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"nock": "^9.0.2"
}
}

0 comments on commit 5cdf4dc

Please sign in to comment.