Xmader / musescore-downloader

⚠️ This repo has moved to https://github.com/LibreScore/dl-librescore ⚠️ | Download sheet music (MSCZ, PDF, MusicXML, MIDI, MP3, download individual parts as PDF) from musescore.com for free, no login or Musescore Pro required | 免登录、免 Musescore Pro,免费下载 musescore.com 上的曲谱
https://github.com/LibreScore/dl-librescore
MIT License
2.7k stars 199 forks source link

Update cli.ts #113

Closed RubenVerg closed 3 years ago

RubenVerg commented 3 years ago

by default, npm i -g (already installed package) only installs new patches, not minors or majors.

sealsrock12 commented 3 years ago

Wouldn't it be better to just do @latest? Or does that also do only patches

RubenVerg commented 3 years ago

It does minors but not majors, I think. Might be wrong tho

Anyways, we already calculated the latest version, so why not just use it

RubenVerg commented 3 years ago

ping, I see no reason not to merge