From e2d6a0c1f1dd3252dd54591e96bc3f38cf16268b Mon Sep 17 00:00:00 2001 From: Linus Norton Date: Tue, 25 Jun 2024 14:28:04 +0100 Subject: [PATCH] fix publish files --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 7f4edc38..7d2e5565 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "description": "Command line tool to put the GB rail DTD feed into a MySQL compatible database", "main": "./dist/index.js", "types": "./dist/index.d.ts", + "files": [ + "dist/src", + "dist/config" + ], "bin": { "dtd2mysql": "bin/dtd2mysql.sh" },