Skip to content
This repository has been archived by the owner on Jun 17, 2019. It is now read-only.

Commit

Permalink
Merge in master
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Johnson committed Sep 1, 2014
2 parents b82ea81 + 6ab1217 commit fce0b6e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ node_js:
- 0.10

before_script:
- npm install -g grunt-cli
- npm install -g grunt-cli
- npm install -g mocha

after_script:
- istanbul cover _mocha -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## **0.1.6**
- Abstracted providers and schema mapping into config file.
- [**#5**](https://github.com/Shortbreaks/iinChecker/issues/5) Abstracted providers and schema mapping into config file.

## **0.1.5**
- Catch exceptions thrown in callback like the iin not being found in either provider.
- [**#6**](https://github.com/Shortbreaks/iinChecker/issues/6) Change output object to include iin instead of bin

## **0.1.4**
- Documentation all updated. Now shows clear use cases and examples.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"devDependencies": {
"chai": "^1.9.1",
"coveralls": "^2.11.1",
"grunt": "~0.4.3",
"grunt-contrib-jshint": "^0.10.0",
"grunt-coveralls": "^1.0.0",
"grunt-jscs": "^0.6.2",
"grunt-mocha-test": "^0.11.0",
"istanbul": "^0.3.0",
Expand Down

0 comments on commit fce0b6e

Please sign in to comment.