From 99b18dbfefd03bd3b6c4ab00ce5b16e808cc8aa9 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 30 Oct 2018 07:59:50 -0700 Subject: [PATCH] fix: ship src/ again --- web3.js/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web3.js/package.json b/web3.js/package.json index 40245cd50f..682013d6b8 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -30,7 +30,8 @@ "/examples", "/bpf-sdk", "/lib", - "/module.flow.js" + "/module.flow.js", + "/src" ], "scripts": { "clean": "rimraf ./coverage ./lib",