⬆️ Update yarn to 4.0.2 and start using npm workspaces

This commit is contained in:
Andrey Antukh
2023-11-28 15:17:23 +01:00
parent f7038cdda7
commit aa2f7df28f
17 changed files with 15287 additions and 12702 deletions

7
exporter/.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

View File

@@ -1,13 +1,7 @@
{
"name": "uxbox-exporter",
"name": "exporter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "UXBOX LABS SL",
"license": "SEE LICENSE IN <LICENSE>",
"license": "MPL-2.0",
"dependencies": {
"archiver": "^6.0.0",
"cookies": "^0.8.0",
@@ -23,5 +17,6 @@
"devDependencies": {
"shadow-cljs": "^2.25.10",
"source-map-support": "^0.5.21"
}
},
"packageManager": "yarn@4.0.2"
}

File diff suppressed because it is too large Load Diff