We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c472f commit 0e69b82Copy full SHA for 0e69b82
.eslintrc.js
@@ -1,5 +1,7 @@
1
/* This file is automatically added by @npmcli/template-oss. Do not edit. */
2
3
+'use strict'
4
+
5
const { readdirSync: readdir } = require('fs')
6
7
const localConfigs = readdir(__dirname)
package.json
@@ -23,7 +23,7 @@
23
},
24
"devDependencies": {
25
"@npmcli/eslint-config": "^3.0.1",
26
- "@npmcli/template-oss": "3.4.2",
+ "@npmcli/template-oss": "3.4.3",
27
"minipass": "^3.1.6",
28
"require-inject": "^1.4.4",
29
"tap": "^16.0.1"
@@ -48,6 +48,6 @@
48
49
"templateOSS": {
50
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
51
- "version": "3.4.2"
+ "version": "3.4.3"
52
}
53
0 commit comments