From 13ad3e7f2dc9e66ade5f0859759ddff3a1f22d23 Mon Sep 17 00:00:00 2001 From: ShiraNai7 Date: Sat, 22 Sep 2018 12:47:10 +0200 Subject: [PATCH] Define files in package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 48b8f70..587a501 100644 --- a/package.json +++ b/package.json @@ -6,5 +6,8 @@ "keywords": ["jquery", "scroll", "fix", "fixed", "position"], "peerDependencies": { "jquery": ">=1.9.0" - } + }, + "files": [ + "src/scrollfix.js" + ] } \ No newline at end of file