From f04cb445e4f5e02daf2c7e96d3dcd41e48453346 Mon Sep 17 00:00:00 2001 From: Antoine Stevan <44101798+amtoine@users.noreply.github.com> Date: Sun, 18 Feb 2024 16:23:47 +0100 Subject: [PATCH] rename package files (#701) related to - https://github.com/nushell/nupm/pull/51 depends on - https://github.com/nushell/nu_scripts/pull/700 > **Important** > this PR will be rebased once #700 lands and only https://github.com/nushell/nu_scripts/commit/a5a6b6f950b528c61002ccc30900df9322e4315c is relevant here ## description this is a simple rename of `package.nuon` files to `nupm.nuon` as per https://github.com/nushell/nupm/pull/51. --- nu-hooks/{package.nuon => nupm.nuon} | 0 themes/{package.nuon => nupm.nuon} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename nu-hooks/{package.nuon => nupm.nuon} (100%) rename themes/{package.nuon => nupm.nuon} (100%) diff --git a/nu-hooks/package.nuon b/nu-hooks/nupm.nuon similarity index 100% rename from nu-hooks/package.nuon rename to nu-hooks/nupm.nuon diff --git a/themes/package.nuon b/themes/nupm.nuon similarity index 100% rename from themes/package.nuon rename to themes/nupm.nuon