From 8ac3bf4d824ad7e128ea1a29901c638636b94341 Mon Sep 17 00:00:00 2001 From: Antonio Barcelos Date: Mon, 12 Apr 2021 17:14:31 +0200 Subject: [PATCH] .npmignore: ignore bolt-connection and lite driver in the regular driver npm package --- .npmignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.npmignore b/.npmignore index 0d78507d8..3bbae7404 100644 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,8 @@ docs/ src/ core/ +bolt-connection/ +neo4j-driver-lite/ testkit/ testkit-backend/ build/