From eb9217a48b479fdd243a9879ace3cf06fafdf93b Mon Sep 17 00:00:00 2001 From: hustcer Date: Thu, 5 Oct 2023 18:39:55 +0800 Subject: [PATCH] chore: Update package description --- npm/app/package.json | 2 +- npm/package.json.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npm/app/package.json b/npm/app/package.json index da024bc..e58e2ba 100644 --- a/npm/app/package.json +++ b/npm/app/package.json @@ -7,7 +7,7 @@ "distTag": "beta", "nuVer": "0.85.0", "license": "MIT", - "description": "Publish the official nushell binary to npm by @hustcer", + "description": "The official release of Nushell with default features included.", "keywords": ["cli", "command", "nu", "nushell", "script", "shell", "terminal"], "scripts": { "typecheck": "tsc --noEmit", diff --git a/npm/package.json.tmpl b/npm/package.json.tmpl index bc1a8ef..ea0d306 100644 --- a/npm/package.json.tmpl +++ b/npm/package.json.tmpl @@ -1,7 +1,7 @@ { "name": "${node_pkg}", "version": "${node_version}", - "description": "Publish the official nushell binary to npm by @hustcer", + "description": "The official release of Nushell with default features included.", "repository": { "type": "git", "url": "git+https://github.com/nushell/nushell.git"