diff --git a/example/package.json b/example/package.json index 104acdbb..07b78024 100644 --- a/example/package.json +++ b/example/package.json @@ -15,6 +15,6 @@ "body-parser": "^1.18.3", "cookie-parser": "^1.4.4", "morgan": "^1.9.1", - "express-middleware-openapi": "file:../dist" + "express-middleware-openapi": "file:../" } }