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/libnpmteam
parent6ab85bd5df88ade023f7e4895d07a39228d23a33 (diff)
chore: @npmcli/template-oss@3.5.0 (#4882)
Diffstat (limited to 'workspaces/libnpmteam')
-rw-r--r--workspaces/libnpmteam/.eslintrc.js2
-rw-r--r--workspaces/libnpmteam/package.json4
2 files changed, 4 insertions, 2 deletions
diff --git a/workspaces/libnpmteam/.eslintrc.js b/workspaces/libnpmteam/.eslintrc.js
index 0e8ad0071..5db9f8155 100644
--- a/workspaces/libnpmteam/.eslintrc.js
+++ b/workspaces/libnpmteam/.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/libnpmteam/package.json b/workspaces/libnpmteam/package.json
index 80fb95a02..569678b5d 100644
--- a/workspaces/libnpmteam/package.json
+++ b/workspaces/libnpmteam/package.json
@@ -19,7 +19,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.4.2",
+ "@npmcli/template-oss": "3.5.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -42,6 +42,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"
}
}