Skip to content

Commit

Permalink
badges, cleanup and integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
ramaboggarapu committed Aug 2, 2016
1 parent a15f1a0 commit 323c366
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ If you decide to not install a linter addon, or cannot, you can run `npm run lin
Please sign our Contributor License Agreement (CLA) before sending pull requests. For any code
changes to be accepted, the CLA must be signed.

* [For individuals](./cla-individual.pdf).
* [For corporations](./cla-corporate.pdf).
* [For individuals](https://github.com/ibm-cloud-solutions/hubot-ibmcloud-audit/blob/master/cla-individual.pdf).
* [For corporations](https://github.com/ibm-cloud-solutions/hubot-ibmcloud-audit/blob/master/cla-corporate.pdf).
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
[![Build Status](https://travis-ci.org/ibm-cloud-solutions/hubot-ibmcloud-audit.svg?branch=master)](https://travis-ci.org/ibm-cloud-solutions/hubot-ibmcloud-audit)
[![Coverage Status](https://coveralls.io/repos/github/ibm-cloud-solutions/hubot-ibmcloud-audit/badge.svg?branch=cleanup)](https://coveralls.io/github/ibm-cloud-solutions/hubot-ibmcloud-audit?branch=master)
[![Dependency Status](https://dependencyci.com/github/ibm-cloud-solutions/hubot-ibmcloud-audit/badge)](https://dependencyci.com/github/ibm-cloud-solutions/hubot-ibmcloud-audit)
[![npm](https://img.shields.io/npm/v/hubot-ibmcloud-audit.svg?maxAge=2592000)](https://www.npmjs.com/package/hubot-ibmcloud-audit)

# hubot-ibmcloud-audit

This project is used by to keep an audit trail of hubot activities.

## License <a id="license"></a>
## License

See [LICENSE.txt](./LICENSE.txt) for license information.
See [LICENSE.txt](https://github.com/ibm-cloud-solutions/hubot-ibmcloud-audit/blob/master/LICENSE.txt) for license information.

## Contribute <a id="contribute"></a>
## Contribute

Please check out our [Contribution Guidelines](./CONTRIBUTING.md) for detailed information on how you can lend a hand.
Please check out our [Contribution Guidelines](https://github.com/ibm-cloud-solutions/hubot-ibmcloud-audit/blob/master/CONTRIBUTING.md) for detailed information on how you can lend a hand.
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,30 @@
"url": "https://github.com/ibm-cloud-solutions/hubot-ibmcloud-audit",
"type": "git"
},
"publishConfig": {
"registry": "http://bot-npm.ng.bluemix.net"
},
"scripts": {
"start": "source config/env && hubot -a shell",
"slack": "source config/env && hubot -a slack",
"facebook": "source config/env && hubot -a fb",
"lint": "eslint src/**/*.js test/*.js index.js",
"test": ". test/.env && mocha test",
"coverage": ". test/.env && istanbul cover -x '**/coverage/**' -x '**/tools/**' --include-all-sources --report lcov --report cobertura --report text --dir ./gh-pages/coverage _mocha -- test",
"release": "npm run coverage-badge && node tools/publish"
"coverage": ". test/.env && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"keywords": [
"hubot",
"hubot-scripts",
"bluemix",
"cloud",
"slack"
"slack",
"audit",
"ibm",
"ibm cloud"
],
"author": "ibm-cloud-solutions",
"license": "Apache-2.0",
"devDependencies": {
"chai": "^3.5.0",
"coffee-script": "^1.10.0",
"coveralls": "^2.11.12",
"eslint": "^2.9.0",
"eslint-config-strongloop": "^2.0.1",
"hubot": "^2.19.0",
Expand All @@ -40,11 +40,9 @@
"hubot-slack": "^3.4.2",
"hubot-test-helper": "^1.4.4",
"istanbul": "0.4.0",
"istanbul-cobertura-badger": "1.2.1",
"mocha": "^2.4.5",
"nock": "^8.0.0",
"rewire": "2.5.1",
"shelljs": "^0.7.0"
"rewire": "2.5.1"
},
"peerDependencies": {
"hubot": "^2.19.0"
Expand Down

0 comments on commit 323c366

Please sign in to comment.