From f8e9e580c31bf9da04b51926b8be7e708e76799f Mon Sep 17 00:00:00 2001 From: Tim van der Staaij Date: Mon, 7 Nov 2016 23:49:14 +0100 Subject: [PATCH] Add note about excluding tests from npm --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d0bcbab..29de069 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ supplemented with the git-specific information as build metadata. Available from npm: `npm install git-describe` +Tests are not included in the npm package — +clone the git repository to run tests. + As of version 4.0.0, `semver` is an optional dependency that does not have to be installed if you do not require semver functionality.