Closed sambrightman closed 9 years ago
If I do (depends-on "foo-mode" "1.0") then pallet-init overwrites this with a version-less name. I'm currently using this to force an update to a package that is also built-in (is there a better way?).
(depends-on "foo-mode" "1.0")
pallet-init
It also seems that the bare name doesn't get upgraded to the new version by Cask when built-in, which could also be considered a bug in Cask?
If I do
(depends-on "foo-mode" "1.0")
thenpallet-init
overwrites this with a version-less name. I'm currently using this to force an update to a package that is also built-in (is there a better way?).