From ebb7996dc507023283d32fd15a650a2181fec2b7 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sat, 2 Jul 2016 17:23:17 +0100 Subject: [PATCH] point main to src while under dev --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5be9a060..d38b60841 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ipfs-api", "version": "6.0.3", "description": "A client library for the IPFS API", - "main": "lib/index.js", + "main": "src/index.js", "jsnext:main": "src/index.js", "scripts": { "test": "gulp test",