From be5abb3bdc23bb4e7bf4e1590e4378fb5278289c Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Tue, 29 Nov 2011 09:50:05 -0500 Subject: [PATCH] Getting ignores right, tagging 0.4.4 --- .gitignore | 5 ----- .npmignore | 3 +++ package.json | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) create mode 100644 .npmignore diff --git a/.gitignore b/.gitignore index 7292686..3aaafe4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1 @@ -/bin/* /npm_modules -/test/errorhandling/layers -/test/errorhandling/geography -/test/errorhandling/geography -/test/rendering/cache diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..6a0918e --- /dev/null +++ b/.npmignore @@ -0,0 +1,3 @@ +*.swp +npm_modules/ +test/ diff --git a/package.json b/package.json index d9a2ebe..4775d3d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "Konstantin Käfer", "Alexis Sellier " ], - "version": "0.4.3", + "version": "0.4.4", "licenses": [{ "type": "Apache" }],