Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2022-05-11 19:02:35 +0300
committerGitHub <noreply@github.com>2022-05-11 19:02:35 +0300
commitf76ea148032fe8151bb9c8b755a0f5d440cdcbf8 (patch)
tree5a4a5be99c310af5a7d9e7bb056e7b0a7ac7fb80 /workspaces/libnpmfund
parent6ab85bd5df88ade023f7e4895d07a39228d23a33 (diff)
chore: @npmcli/template-oss@3.5.0 (#4882)
Diffstat (limited to 'workspaces/libnpmfund')
-rw-r--r--workspaces/libnpmfund/.eslintrc.js2
-rw-r--r--workspaces/libnpmfund/package.json4
2 files changed, 4 insertions, 2 deletions
diff --git a/workspaces/libnpmfund/.eslintrc.js b/workspaces/libnpmfund/.eslintrc.js
index 0e8ad0071..5db9f8155 100644
--- a/workspaces/libnpmfund/.eslintrc.js
+++ b/workspaces/libnpmfund/.eslintrc.js
@@ -1,5 +1,7 @@
/* This file is automatically added by @npmcli/template-oss. Do not edit. */
+'use strict'
+
const { readdirSync: readdir } = require('fs')
const localConfigs = readdir(__dirname)
diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json
index 9efee4651..7dd3e1b64 100644
--- a/workspaces/libnpmfund/package.json
+++ b/workspaces/libnpmfund/package.json
@@ -45,7 +45,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.4.2",
+ "@npmcli/template-oss": "3.5.0",
"tap": "^16.0.1"
},
"dependencies": {
@@ -56,6 +56,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.4.2"
+ "version": "3.5.0"
}
}