mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
⬆️ Update yarn to 4.0.2 and start using npm workspaces
This commit is contained in:
7
exporter/.gitignore
vendored
Normal file
7
exporter/.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
1079
exporter/yarn.lock
1079
exporter/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user