Skip to content

Commit

Permalink
chore: Update package description
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Oct 5, 2023
1 parent 4114c97 commit eb9217a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion npm/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json.tmpl
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit eb9217a

Please sign in to comment.