This repository has been archived by the owner on Sep 10, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
38 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,26 @@ | ||
# Changelog | ||
|
||
## r6 (2019/12/14) | ||
|
||
* Yarn 1.21.1 (neard/neard#437) | ||
|
||
## r5 (2019/04/30) | ||
|
||
* New release : 1.15.2 (Issue neard/neard#408) | ||
* Yarn 1.15.2 (neard/neard#408) | ||
|
||
## r4 (2018/12/16) | ||
|
||
* New release : 1.12.3 (Issue neard/neard#400) | ||
* Yarn 1.12.3 (neard/neard#400) | ||
|
||
## r3 (2018/10/04) | ||
## rYarn | ||
|
||
* New release : 1.10.1 (Issue neard/neard#390) | ||
* Yarn 1.10.1 (neard/neard#390) | ||
|
||
## r2 (2017/12/30) | ||
|
||
* New release : 1.3.2 (Issue neard/neard#352) | ||
* Manage Yarn cache and global path (Issue neard/neard#354) | ||
* Yarn 1.3.2 (neard/neard#352) | ||
* Manage Yarn cache and global path (neard/neard#354) | ||
|
||
## r1 (2017/06/16) | ||
|
||
* Initial version with release 0.24.6 (Issue neard/neard#157) | ||
* Initial version with Yarn 0.24.6 (neard/neard#157) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
nodejs = https://github.com/neard/modules-untouched/releases/download/yarn-r6/node-v12.13.1-x86.msi |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
yarnVersion = "1.21.1" | ||
yarnExe = "yarn.bat" | ||
|
||
bundleRelease = "@RELEASE_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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
cache = ~NEARD_WIN_PATH~\tmp\npm-cache | ||
globalconfig = ~NEARD_WIN_PATH~\tools\yarn\yarn1.21.1\nodejs\etc\npmrc | ||
globalignorefile = ~NEARD_WIN_PATH~\tools\yarn\yarn1.21.1\nodejs\etc\.npmignore | ||
init-module = ~NEARD_WIN_PATH~\tools\yarn\yarn1.21.1\nodejs\etc\.npm-init.js | ||
userconfig = ~NEARD_WIN_PATH~\tools\yarn\yarn1.21.1\nodejs\etc\npmrc |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
cache = ~NEARD_WIN_PATH~\tmp\npm-cache | ||
globalconfig = ~NEARD_WIN_PATH~\tools\yarn\yarn1.21.1\nodejs\etc\npmrc | ||
globalignorefile = ~NEARD_WIN_PATH~\tools\yarn\yarn1.21.1\nodejs\etc\.npmignore | ||
init-module = ~NEARD_WIN_PATH~\tools\yarn\yarn1.21.1\nodejs\etc\.npm-init.js | ||
userconfig = ~NEARD_WIN_PATH~\tools\yarn\yarn1.21.1\nodejs\etc\npmrc |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
12.13.1 |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@ECHO OFF | ||
SET YARN_CACHE_FOLDER=~NEARD_WIN_PATH~\tmp\yarn | ||
"%~dp0\nodejs\node.exe" "%~dp0\bin\yarn.js" %* --prefix "%~dp0global" --global-folder "%~dp0global" |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
@ECHO OFF | ||
"%~dp0\yarn.bat" %* |
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,5 +1,5 @@ | ||
bundle.name = yarn | ||
bundle.release = r5 | ||
bundle.release = r6 | ||
bundle.type = tools | ||
bundle.format = 7z | ||
|
||
|
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