Skip to content

Commit 777dbfc

Browse files
authored
chore(package): specify manager (#426)
* chore(package): specify manager Helps to quickly develop on this project when using Node's new corepack functionality. * docs(changelog): mention change
1 parent 0a336d6 commit 777dbfc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
*Please add entries here for your pull requests.*
99
#### Fixed
1010
- Update `semver` to `v5.7.2` [PR425](https://github.com/shakacode/bootstrap-loader/pull/425) by [dargmuesli](https://github.com/dargmuesli).
11+
#### Chore
12+
- Specify package manager [PR426](https://github.com/shakacode/bootstrap-loader/pull/426) by [dargmuesli](https://github.com/dargmuesli).
1113

1214
## [4.0.4] - 2023-03-07
1315
#### Fixed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,6 @@
7272
"tap-spec": "^5.0.0",
7373
"tape": "4.9.0",
7474
"webpack": "^5"
75-
}
75+
},
76+
"packageManager": "yarn@1.22.22"
7677
}

0 commit comments

Comments
 (0)