1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-02 07:07:46 +00:00

add $.version to package.nuon (#548)

This commit is contained in:
Antoine Stevan 2023-07-24 19:32:01 +02:00 committed by GitHub
parent 4a1eba5823
commit e6adf4e0ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,4 +3,5 @@
description: "A place to share Nushell scripts with each other" description: "A place to share Nushell scripts with each other"
documentation: "https://github.com/nushell/nu_scripts/blob/main/README.md" documentation: "https://github.com/nushell/nu_scripts/blob/main/README.md"
license: "https://github.com/nushell/nu_scripts/blob/main/LICENSE" license: "https://github.com/nushell/nu_scripts/blob/main/LICENSE"
version: 0.1.0
} }