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-01-27 21:46:23 +0300
committerGar <gar+gh@danger.computer>2022-01-27 21:46:23 +0300
commit41b8f7b6ff62f0e738865eb8e98df8650f5467bd (patch)
treefca4064aacd9795dca1ca48fdff17ec89e9a4b8b
parent6c0dc1ffb70858be1e9ca9afdb6950e39609a367 (diff)
chore(release): libnpmorg@3.0.1libnpmorg@3.0.1
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
-rw-r--r--workspaces/libnpmorg/package.json2
3 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index f34178ed9..d6bca91f0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -116,7 +116,7 @@
"libnpmexec": "^3.0.3",
"libnpmfund": "^2.0.2",
"libnpmhook": "^7.0.0",
- "libnpmorg": "^3.0.0",
+ "libnpmorg": "^3.0.1",
"libnpmpack": "^3.0.1",
"libnpmpublish": "^5.0.0",
"libnpmsearch": "^4.0.0",
@@ -10731,7 +10731,7 @@
}
},
"workspaces/libnpmorg": {
- "version": "3.0.0",
+ "version": "3.0.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
diff --git a/package.json b/package.json
index 39a0b2e51..4a3b01559 100644
--- a/package.json
+++ b/package.json
@@ -84,7 +84,7 @@
"libnpmexec": "^3.0.3",
"libnpmfund": "^2.0.2",
"libnpmhook": "^7.0.0",
- "libnpmorg": "^3.0.0",
+ "libnpmorg": "^3.0.1",
"libnpmpack": "^3.0.1",
"libnpmpublish": "^5.0.0",
"libnpmsearch": "^4.0.0",
diff --git a/workspaces/libnpmorg/package.json b/workspaces/libnpmorg/package.json
index 622c0f2ce..5c4909b1c 100644
--- a/workspaces/libnpmorg/package.json
+++ b/workspaces/libnpmorg/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmorg",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "Programmatic api for `npm org` commands",
"author": "GitHub Inc.",
"main": "lib/index.js",