From ddb7dd5005e7756ffbb41c5fae3d585c6eebf997 Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 17 Nov 2016 18:51:54 +0000 Subject: [PATCH] chore: update deps --- .gitignore | 1 - package.json | 11 +++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 5b1fd197..907c78a7 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,3 @@ build/Release node_modules dist -lib \ No newline at end of file diff --git a/package.json b/package.json index d84ae670..9b4b42da 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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"