From 4f1f8780da4b33a51d70f320c62382d4cf99e089 Mon Sep 17 00:00:00 2001 From: Jorrit Schippers Date: Fri, 3 Mar 2017 10:05:08 +0100 Subject: [PATCH] Exclude bower.json and docs from npm package --- .npmignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.npmignore b/.npmignore index 92100ce..16cb8bb 100644 --- a/.npmignore +++ b/.npmignore @@ -2,3 +2,6 @@ /.* /benchmarks/ /tests/ +/bower.json +/CONTRIBUTING.md +/HISTORY.md