We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0889834 commit 36b8763Copy full SHA for 36b8763
.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
@@ -69,7 +69,7 @@
69
},
70
"devDependencies": {
71
"@npmcli/eslint-config": "^3.0.1",
72
- "@npmcli/template-oss": "3.4.2",
+ "@npmcli/template-oss": "3.4.3",
73
"tap": "^16.0.0"
74
75
"tap": {
@@ -82,7 +82,7 @@
82
"templateOSS": {
83
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
84
"windowsCI": false,
85
- "version": "3.4.2"
+ "version": "3.4.3"
86
87
"author": "GitHub Inc."
88
}
0 commit comments