This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use yarn latest version link (#365)
* fix: use yarn self update version url for stable version https://github.com/yarnpkg/yarn/search?q=SELF_UPDATE_VERSION_URL&unscoped_q=SELF_UPDATE_VERSION_URL * test: alias stable * docs: add wip to changelog
- Loading branch information
Showing
4 changed files
with
11 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
export const USER_AGENT = 'YVM' | ||
|
||
export const YARN_DOWNLOAD_URL = 'https://yarnpkg.com/downloads' | ||
export const YARN_INSTALL_PAGE_URL = 'https://yarnpkg.com/lang/en/docs/install/' | ||
export const YARN_INSTALL_STABLE_REGEX = /stable \(([\w.-]+)\)/i | ||
export const YARN_PUBLIC_KEY_URL = 'https://dl.yarnpkg.com/debian/pubkey.gpg' | ||
export const YARN_RELEASE_TAGS_URL = | ||
'https://github.com/yarnpkg/yarn/releases/tag' | ||
export const YARN_RELEASES_API_URL = | ||
'https://d236jo9e8rrdox.cloudfront.net/yarn-releases' | ||
export const YARN_PUBLIC_KEY_URL = 'https://dl.yarnpkg.com/debian/pubkey.gpg' | ||
export const YARN_STABLE_VERSION_URL = 'https://yarnpkg.com/latest-version' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters