From bd81b686a015fbf4dee8c7e5a5524cb9bc97e2f2 Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 16 Jan 2017 16:26:41 +0000 Subject: [PATCH] fix: point to the right entry point, change due to aegir 9 --- .gitignore | 1 - package.json | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 21c66bd..e76cf66 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ node_modules -lib dist coverage diff --git a/package.json b/package.json index 1eace6a..a6b8a61 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,7 @@ "name": "mafmt", "version": "2.1.4", "description": "A multiaddr validator", - "main": "lib/index.js", - "jsnext:main": "src/index.js", + "main": "src/index.js", "scripts": { "lint": "aegir-lint", "build": "aegir-build", @@ -47,4 +46,4 @@ "Jeromy Johnson ", "dignifiedquire " ] -} \ No newline at end of file +}