mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
⬆️ Update yarn requirement on library module
This commit is contained in:
@@ -58,14 +58,14 @@ Build the library:
|
|||||||
Login on npm:
|
Login on npm:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn npm login
|
npm login
|
||||||
```
|
```
|
||||||
|
|
||||||
Publish on npm:
|
Publish on npm:
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn npm publish --access public
|
npm publish --access public
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"version": "1.1.0-RC2",
|
"version": "1.1.0-RC2",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"author": "Kaleidos INC",
|
"author": "Kaleidos INC",
|
||||||
"packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f",
|
"packageManager": "yarn@4.11.0+sha512.4e54aeace9141df2f0177c266b05ec50dc044638157dae128c471ba65994ac802122d7ab35bcd9e81641228b7dcf24867d28e750e0bcae8a05277d600008ad54",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user