ndm: use deprecate! instead of discontinued

This commit is contained in:
Rylan Polster
2023-12-17 17:46:01 -05:00
parent 46df9b6f18
commit 794d2f9b82
+2 -4
View File
@@ -8,6 +8,8 @@ cask "ndm" do
desc "Desktop manager for the Node.js Package Manager (NPM)"
homepage "https://720kb.github.io/ndm/"
deprecate! date: "2023-12-17", because: :discontinued
app "ndm.app"
zap trash: [
@@ -16,8 +18,4 @@ cask "ndm" do
"~/Library/Preferences/net.720kb.ndm.plist",
"~/Library/Saved Application State/net.720kb.ndm.savedState",
]
caveats do
discontinued
end
end