Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Nov 17, 2016
1 parent 92660da commit ddb7dd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ build/Release
node_modules

dist
lib
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "multiaddr",
"version": "2.0.3",
"description": "multiaddr implementation (binary + string representation of network addresses)",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"main": "src/index.js",
"scripts": {
"lint": "aegir-lint",
"test": "aegir-test",
Expand Down Expand Up @@ -36,16 +35,16 @@
},
"homepage": "https://github.com/multiformats/js-multiaddr",
"dependencies": {
"babel-runtime": "^6.11.6",
"babel-runtime": "^6.18.0",
"bs58": "^3.0.0",
"ip": "^1.1.3",
"ip": "^1.1.4",
"lodash.filter": "^4.6.0",
"lodash.map": "^4.6.0",
"varint": "^4.0.1",
"varint": "^5.0.0",
"xtend": "^4.0.1"
},
"devDependencies": {
"aegir": "^8.0.0",
"aegir": "^9.1.2",
"buffer-loader": "0.0.1",
"chai": "^3.5.0",
"pre-commit": "^1.1.3"
Expand Down

0 comments on commit ddb7dd5

Please sign in to comment.