From a8274ad416d329a0b96590f386719e12f923c78c Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Thu, 18 Jun 2020 22:24:59 +0100 Subject: [PATCH] fix: fix package.json --- package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8bbb075..c59916c 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,9 @@ { "name": "libp2p-noise", "version": "1.1.2", - "main": "dist/index.js", - "types": "dist/index.d.ts", - "module": "lib/index.js", + "main": "dist/src/index.js", "files": [ - "dist", - "lib", - "src" + "dist" ], "repository": "git@github.com:NodeFactoryIo/js-libp2p-noise.git", "author": "NodeFactory ",