Skip to content

Commit fc358a4

Browse files
committedSep 3, 2024·
Update Yarn and ignore .yarn
1 parent 7e19eed commit fc358a4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ testem.log
4040
# System Files
4141
.DS_Store
4242
Thumbs.db
43+
44+
# Yarn
45+
.yarn

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@
8686
"debug": "^4.3.6",
8787
"strtok3": "^9.0.0"
8888
},
89-
"packageManager": "yarn@4.3.1"
89+
"packageManager": "yarn@4.4.1"
9090
}

0 commit comments

Comments
 (0)
Please sign in to comment.