From 13f98c8913742c93664e408f94314eb055fa179d Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 12 Apr 2016 21:09:41 +0100 Subject: [PATCH] jsnext add --- .npmignore | 2 ++ package.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index c3c3bbe..9e7af1f 100644 --- a/.npmignore +++ b/.npmignore @@ -24,3 +24,5 @@ build/Release # Optional REPL history .node_repl_history + +test diff --git a/package.json b/package.json index 509aa95..a23927f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ "name": "peer-id", "version": "0.6.4", "description": "IPFS Peer Id implementation in Node.js", - "main": "src/index.js", + "main": "lib/index.js", + "jsnext": "src/index.js", "scripts": { "lint": "dignified-lint", "build": "dignified-build",