1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 14:47:47 +00:00

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
a5a6b6f950
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.
This commit is contained in:
Antoine Stevan 2024-02-18 16:23:47 +01:00 committed by GitHub
parent 4180ce853c
commit f04cb445e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 0 deletions

8
nu-hooks/nupm.nuon Normal file
View file

@ -0,0 +1,8 @@
{
name: "nu-hooks"
description: "Officially-supported hooks for Nushell"
documentation: "https://github.com/nushell/nu_scripts/blob/main/README.md"
license: "https://github.com/nushell/nu_scripts/blob/main/LICENSE"
version: 0.1.0
type: "module"
}