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" },