@nushell/windows-x64 0.73.0 → 0.75.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/bin/nu.exe +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@ To install `nu` by npm, simply run: `npm i -g nushell`, then you can run `nu` to
18
18
 
19
19
  本仓库的唯一作用就是将 [Nushell](https://github.com/nushell/nushell) 官方发布的二进制文件原封不动地发布到 `NPM` 仓库,方便大家通过 `npm` 安装使用。
20
20
 
21
- 对于 `nushell` **npm** 包的问题(诸如安装、格式等)可以 [在此](https://github.com/hustcer/nu-to-npm/issues) 提 Issue,至于 `nu` 二进制文件的问题请前往 [官方仓库](https://github.com/nushell/nushell/issues) 提 Issue。
21
+ 对于 `nushell` **npm** 包的问题(诸如安装、格式等)可以 [在此](https://github.com/hustcer/nu-to-npm/issues) 提 Issue,至于 `nu` 二进制文件的问题请前往 [此处](https://github.com/nushell/nushell/issues) 提 Issue。
22
22
 
23
23
  通过 `npm` 安装 **nushell** 只需要执行: `npm i -g nushell` 即可,然后你可以通过 `nu` 命令创建一个新的会话。
24
24
 
package/bin/nu.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nushell/windows-x64",
3
- "version": "0.73.0",
3
+ "version": "0.75.0",
4
4
  "description": "Publish the official nushell binary to npm by @hustcer",
5
5
  "repository": {
6
6
  "type": "git",