Skip to content

Commit 0e69b82

Browse files
dependabot[bot]npm-robot
andauthoredMay 25, 2022
chore: bump @npmcli/template-oss from 3.4.2 to 3.4.3 (#71)
* chore: bump @npmcli/template-oss from 3.4.2 to 3.4.3 Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 3.4.2 to 3.4.3. - [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.4.2...v3.4.3) --- 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 team <ops+robot@npmjs.com>
1 parent c4c472f commit 0e69b82

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎.eslintrc.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/* This file is automatically added by @npmcli/template-oss. Do not edit. */
22

3+
'use strict'
4+
35
const { readdirSync: readdir } = require('fs')
46

57
const localConfigs = readdir(__dirname)

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@npmcli/eslint-config": "^3.0.1",
26-
"@npmcli/template-oss": "3.4.2",
26+
"@npmcli/template-oss": "3.4.3",
2727
"minipass": "^3.1.6",
2828
"require-inject": "^1.4.4",
2929
"tap": "^16.0.1"
@@ -48,6 +48,6 @@
4848
},
4949
"templateOSS": {
5050
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
51-
"version": "3.4.2"
51+
"version": "3.4.3"
5252
}
5353
}

0 commit comments

Comments
 (0)
Please sign in to comment.