We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a935d commit 68707f3Copy full SHA for 68707f3
README.md
@@ -17,7 +17,7 @@ This plugin aims to add them.
17
18
If you're using yarn berry (yarn 2 and more), you can run:
19
20
-`yarn plugin import https://raw.githubusercontent.com/Ayc0/yarn-plugin-envs/v0.0.1/src/index.js` to install it.
+`yarn plugin import https://raw.githubusercontent.com/Ayc0/yarn-plugin-envs/v0.0.3/src/index.js` to install it.
21
22
## Supported env variables
23
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "yarn-plugin-envs",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"description": "Add yarn 1's env variables back to yarn berry (2+)",
5
"main": "src/index.js",
6
"repository": "[email protected]:Ayc0/yarn-plugin-envs.git",
0 commit comments