From ac51efb7e0abbb4ef1cc609b76b73f7c95fb061e Mon Sep 17 00:00:00 2001 From: Andrii Oriekhov Date: Wed, 1 May 2024 21:52:45 +0300 Subject: [PATCH] publish only dist directory --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index b202901..fa8a187 100644 --- a/package.json +++ b/package.json @@ -4,11 +4,7 @@ "description": "Mock implementation of the Next.js Router", "main": "dist/index", "files": [ - "dist", - "async", - "dynamic-routes", - "MemoryRouterProvider", - "src" + "dist" ], "scripts": { "checks": "npm run docs && npm run lint && npm run test && npm run build && npm run typecheck && npm run test:integration",