From ad905c0cfb75026c5b563dcd250be31669325922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=A4=96=20JSCutlery=20Bot?= <-> Date: Wed, 3 Apr 2024 06:10:15 +0000 Subject: [PATCH] =?UTF-8?q?build:=20=F0=9F=93=A6=20remove=20migrations.jso?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 7e8bbf354..000000000 --- a/migrations.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "migrations": [ - { - "version": "18.1.0-beta.3", - "description": "Moves affected.defaultBase to defaultBase in `nx.json`", - "implementation": "./src/migrations/update-17-2-0/move-default-base", - "package": "nx", - "name": "move-default-base-to-nx-json-root" - } - ] -}