From 75746cd0f46275705a01bf7d0c0bb5d651901f0b Mon Sep 17 00:00:00 2001 From: khalilou88 Date: Fri, 8 Dec 2023 21:29:22 +0000 Subject: [PATCH] build: remove migrations.json --- migrations.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 migrations.json diff --git a/migrations.json b/migrations.json deleted file mode 100644 index 72c1a2787..000000000 --- a/migrations.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "migrations": [ - { - "version": "17.2.0-beta.0", - "description": "Simplify eslintFilePatterns", - "implementation": "./src/migrations/update-17-2-0/simplify-eslint-patterns", - "package": "@nx/eslint", - "name": "simplify-eslint-patterns" - } - ] -}