From 6a9c6f0f522ff076d25c2b5aa3b54994029b5a65 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 Closes gh-224 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7aa90e81..f9f7cf62 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", "license": "MIT", "devDependencies": {