From 5741b1aef6f492b9e4367ab47890eec167f7f52e Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Tue, 8 Sep 2015 04:41:21 -0400 Subject: [PATCH] Don't ignore dist/ when publishing. --- .npmignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..8838fce --- /dev/null +++ b/.npmignore @@ -0,0 +1,8 @@ +# Logs +log/ + +# Compiled assets +css/index.css + +# New Relic +newrelic.js