Skip to content

Commit

Permalink
Merge pull request #2 from diasdavid/utp-native
Browse files Browse the repository at this point in the history
use utp-native instead
  • Loading branch information
daviddias committed Feb 25, 2016
2 parents 5bfee1a + 87aa2ce commit 321b004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
},
"dependencies": {
"multiaddr": "^1.1.0",
"utp": "^0.0.8"
"utp-native": "^1.2.2"
}
}
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var utp = require('utp')
var utp = require('utp-native')

exports = module.exports

Expand Down

0 comments on commit 321b004

Please sign in to comment.