Skip to content

Commit

Permalink
upgrade to berry
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Mar 17, 2024
1 parent 6bd5800 commit 3bc8857
Show file tree
Hide file tree
Showing 3 changed files with 2,094 additions and 1,570 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Expand Up @@ -54,6 +54,14 @@ typings/
# Yarn Integrity file
.yarn-integrity

.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# dotenv environment variables file
.env

Expand Down
7 changes: 3 additions & 4 deletions package.json
Expand Up @@ -9,9 +9,7 @@
"engines": {
"node": ">=12"
},
"bin": {
"ezshare": "index.js"
},
"bin": "index.js",
"scripts": {
"test": "exit 0",
"build": "cd ezshare-frontend && npm run build",
Expand Down Expand Up @@ -46,5 +44,6 @@
},
"devDependencies": {
"concurrently": "^5.1.0"
}
},
"packageManager": "yarn@4.1.1"
}

0 comments on commit 3bc8857

Please sign in to comment.