Skip to content

Commit

Permalink
v1.0.2. Bugfix.
Browse files Browse the repository at this point in the history
- v1.0.2 April 11, 2013
	- Fix `Cannot find module 'typeChecker'`
  • Loading branch information
balupton committed Apr 11, 2013
1 parent 1749a17 commit e2ff2c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions History.md
@@ -1,5 +1,8 @@
## History

- v1.0.2 April 11, 2013
- Fix `Cannot find module 'typeChecker'`

- v1.0.1 April 10, 2013
- Updated dependencies

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "getcontributors",
"version": "1.0.1",
"version": "1.0.2",
"description": "Fetch the contributors of the repositories of the specified github users",
"homepage": "https://github.com/bevry/getcontributors",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/lib/getcontributors.coffee
Expand Up @@ -21,7 +21,7 @@ module.exports = (opts,next) ->
eachr = require('eachr')
extendr = require('extendr')
{TaskGroup} = require('taskgroup')
typeChecker = require('typeChecker')
typeChecker = require('typechecker')

# Prepare
[opts,next] = balUtil.extractOptsAndCallback(opts,next)
Expand Down

0 comments on commit e2ff2c5

Please sign in to comment.