From 5fe5543a1f4cb82de75e33a2bb63958436d98066 Mon Sep 17 00:00:00 2001 From: Michael Barrett Date: Fri, 1 May 2015 19:28:00 +0100 Subject: [PATCH] update ignored files --- .npmignore | 2 ++ bower.json | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..871d477 --- /dev/null +++ b/.npmignore @@ -0,0 +1,2 @@ +/* +!/dist/ diff --git a/bower.json b/bower.json index b93521a..5d8693b 100644 --- a/bower.json +++ b/bower.json @@ -7,5 +7,9 @@ "authors": [ "Michael David Barrett " ], - "license": "MIT" + "license": "MIT", + "ignore": [ + "/*", + "!/dist/" + ] }