We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a074d61 + 51d695d commit aa4b85cCopy full SHA for aa4b85c
Formula/n/ni.rb
@@ -1,12 +1,12 @@
1
class Ni < Formula
2
desc "Selects the right Node package manager based on lockfiles"
3
homepage "https://github.com/antfu-collective/ni"
4
- url "https://registry.npmjs.org/@antfu/ni/-/ni-26.2.0.tgz"
5
- sha256 "7862fb3f966f01bc20e2c949c1b773f0eca1862232ab1edd036c4f8139068f26"
+ url "https://registry.npmjs.org/@antfu/ni/-/ni-27.0.0.tgz"
+ sha256 "a2ac2dfec27c7557535dd12e3ea58d2ca89e210039b32df7627f6f177d598e93"
6
license "MIT"
7
8
bottle do
9
- sha256 cellar: :any_skip_relocation, all: "f144d127df637764e00b3ba56a92adbaa6650441ceaa6ba96aca9c5357893cbb"
+ sha256 cellar: :any_skip_relocation, all: "88ed4a39b23f0ba5cd0933f9a25c5724ae1e4a5387ddca221e25454895978834"
10
end
11
12
depends_on "node"
0 commit comments