Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #90 from joshrp/extend_fix
Browse files Browse the repository at this point in the history
Change `util-extend` package for the `deep-extend`.
  • Loading branch information
pksunkara committed Jan 25, 2014
2 parents f5d17b8 + 946cd06 commit a178025
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/octonode/client.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"request": "2.27.x",
"randomstring": "1.x.x",
"util-extend": "1.x.x"
"deep-extend": "0.x.x"
},
"devDependencies": {
"nock": "0.7.x",
Expand Down
2 changes: 1 addition & 1 deletion src/octonode/client.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gist = require './gist'
Team = require './team'
Pr = require './pr'
Issue = require './issue'
extend = require 'util-extend'
extend = require 'deep-extend'

Search = require './search'

Expand Down

0 comments on commit a178025

Please sign in to comment.