Skip to content

Commit

Permalink
fix: locked yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
hyldmo committed Jul 26, 2023
1 parent 4069f7b commit 6bd3d5c
Show file tree
Hide file tree
Showing 5 changed files with 6,969 additions and 4,588 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ dist/
node_modules/

.DS_Store

.yarn/cache/

.yarn/install-state.gz
874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.1.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.1.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"format:check": "prettier --check . --ignore-path .gitignore",
"release": "semantic-release --config ./release.config.js"
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^16.0.0",
"@commitlint/config-conventional": "^16.0.0",
Expand All @@ -34,5 +33,6 @@
"extends": [
"@commitlint/config-conventional"
]
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 6bd3d5c

Please sign in to comment.