From f3a837df9987188007b974e5dd31fc270bcd687a Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 6 Dec 2016 06:49:47 +0000 Subject: [PATCH] fix: package.json --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 427ea54..5c155b5 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,7 @@ "name": "multicodec", "version": "0.1.1", "description": "JavaScript implementation of the multicodec-packed specification", - "main": "lib/index.js", - "jsnext:main": "src/index.js", + "main": "src/index.js", "scripts": { "lint": "aegir-lint", "test": "aegir-test", @@ -53,4 +52,4 @@ "kumavis ", "wanderer " ] -} \ No newline at end of file +}