From db6fa8d1c0f3b0e99442eb5e82cf021f55259644 Mon Sep 17 00:00:00 2001 From: Caridy Patino Date: Wed, 6 Aug 2014 19:58:33 -0400 Subject: [PATCH] adjusting the content of the tarball --- .npmignore | 4 ---- HISTORY.md | 1 + package.json | 1 + 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 .npmignore diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 54846c7..0000000 --- a/.npmignore +++ /dev/null @@ -1,4 +0,0 @@ -tests -*.log -artifacts -coverage diff --git a/HISTORY.md b/HISTORY.md index 656ee7d..169e542 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -5,6 +5,7 @@ Locator Change History * **!IMPORTANT!** This release contains a notable backward-incompatible change.. * **!Backwards-Incompatible Change!** sync version of locator without plugins. +* **!Backwards-Incompatible Change!** removed support for nodejs 0.8.x. # 0.3.10 diff --git a/package.json b/package.json index c61f6ba..4048959 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "license": "BSD", "main": "lib/bundleLocator.js", + "files": ["lib/"], "directories": { "lib": "./lib" },