Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 0c993a5

Browse files
Merge branch 'feature/reducing-bundle-size' into release
2 parents a4b6d5d + 671ebaf commit 0c993a5

4 files changed

Lines changed: 4 additions & 791 deletions

File tree

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ build
3333
coverage
3434

3535
# Yarn files
36-
.yarn/install-state.gz
37-
.yarn/unplugged
38-
.yarn/cache
36+
.yarn/
37+
.yarnrc.yml
3938
.pnp.loader.mjs
4039
.pnp.cjs

.yarn/releases/yarn-3.2.1.cjs

Lines changed: 0 additions & 786 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@
3434
},
3535
"dependencies": {
3636
"lodash": "^4.17.21"
37-
}
37+
},
38+
"packageManager": "yarn@3.2.1"
3839
}

0 commit comments

Comments
 (0)