From d53410f411695715965c702fde436a75acf6bee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 16 May 2021 22:24:47 +0200 Subject: [PATCH] Specify files in package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 58d3079..c35bee8 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,9 @@ "version": "0.1.0", "description": "Reactivity layer for Alpine 2.x", "main": "src/index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, + "files": [ + "src/index.js" + ], "repository": { "type": "git", "url": "git+https://github.com/archtechx/alpine-reactive.git"