From ac99eb59d22bdf26eb91851417078d256f7b6939 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Thu, 23 Nov 2023 22:15:04 +0530 Subject: [PATCH] Cleanup package.json Co-authored-by: Alois Klink --- packages/mermaid-flowchart-elk/package.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/packages/mermaid-flowchart-elk/package.json b/packages/mermaid-flowchart-elk/package.json index 8a68891aa..e02dba897 100644 --- a/packages/mermaid-flowchart-elk/package.json +++ b/packages/mermaid-flowchart-elk/package.json @@ -28,16 +28,6 @@ }, "author": "Knut Sveidqvist", "license": "MIT", - "standard": { - "ignore": [ - "**/parser/*.js", - "dist/**/*.js", - "cypress/**/*.js" - ], - "globals": [ - "page" - ] - }, "dependencies": { "d3": "^7.4.0", "dagre-d3-es": "7.0.10", @@ -47,7 +37,7 @@ "devDependencies": { "concurrently": "^8.0.0", "rimraf": "^5.0.0", - "mermaid": "workspace:*" + "mermaid": "workspace:^" }, "files": [ "dist"