From b2739c8e3c7066aa5db74dbb47f1a89079c4729e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rn=20Zaefferer?= Date: Wed, 30 Sep 2015 17:25:58 +0200 Subject: [PATCH] Package: Explicitly list files to include when publishing The entry in .gitignore tells npm to also ignore the dist/ folder, adding it to files overrides that. It also excludes everything else, so we add some more useful files explicitly. Fixes #223 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index fe79d883..dd390923 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "type": "git", "url": "git://github.com/jquery/PEP.git" }, + "files": ["dist/", "src/", "pointerevents.js", "samples/"], "bugs": "https://github.com/jquery/PEP/issues", "licenses": [ {