We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e3e99 commit 0deb78eCopy full SHA for 0deb78e
.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
@@ -50,14 +50,14 @@
50
},
51
"devDependencies": {
52
"@npmcli/eslint-config": "^3.0.1",
53
- "@npmcli/template-oss": "3.4.2",
+ "@npmcli/template-oss": "3.4.3",
54
"tap": "^16.0.1"
55
56
"engines": {
57
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
58
59
"templateOSS": {
60
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
61
- "version": "3.4.2"
+ "version": "3.4.3"
62
}
63
0 commit comments