Skip to content

Commit 3d51bb8

Browse files
chore: add yarn support
2 parents 8c7bf94 + 0cdd020 commit 3d51bb8

File tree

3 files changed

+11400
-1
lines changed

3 files changed

+11400
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ node_modules
22
npm-debug.log*
33
yarn-debug.log*
44
yarn-error.log*
5+
.yarn
56
junit.xml
67
.DS_Store
78
.tmp

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"typescript": "4.8.4",
123123
"zone.js": "0.11.8"
124124
},
125-
"overrides" : {
125+
"overrides": {
126126
"rollup": "3.2.3"
127127
}
128128
}

0 commit comments

Comments
 (0)