From 10e74ea8dadc243d6d88740447f47c14f90133b9 Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Fri, 21 Apr 2023 14:45:12 +0300 Subject: [PATCH] fix package.json files to include feed-v1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 55bee4f..6e1fce8 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "files": [ "*.js", - "lib/*.js", + "lib/**/*.js", "compat/*.js" ], "engines": {