Skip to content

Commit

Permalink
chore: bump @npmcli/template-oss from 3.2.0 to 3.2.1 (#143)
Browse files Browse the repository at this point in the history
* chore: bump @npmcli/template-oss from 3.2.0 to 3.2.1

Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/npm/template-oss/releases)
- [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md)
- [Commits](npm/template-oss@v3.2.0...v3.2.1)

---
updated-dependencies:
- dependency-name: "@npmcli/template-oss"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: postinstall for dependabot template-oss PR

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: npm cli ops bot <ops+npm-cli@npmjs.com>
  • Loading branch information
dependabot[bot] and npm cli ops bot committed Mar 29, 2022
1 parent fa7574a commit e4ba49a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -7,6 +7,7 @@ const localConfigs = readdir(__dirname)
.map((file) => `./${file}`)

module.exports = {
root: true,
extends: [
'@npmcli',
...localConfigs,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@npmcli/config": "^4.0.1",
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.2.0",
"@npmcli/template-oss": "3.2.1",
"tap": "^16.0.1"
},
"engines": {
Expand All @@ -60,6 +60,6 @@
],
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.2.0"
"version": "3.2.1"
}
}

0 comments on commit e4ba49a

Please sign in to comment.