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:
authorLuke Karrys <luke@lukekarrys.com>2022-02-24 23:04:40 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-02-24 23:04:40 +0300
commitcf273f1cf31775c8a73cc67b654faf87b44f7f79 (patch)
tree139431a3195de062e9120a42ffd52eb6e97a56ca
parent1dab29805c820f82e4bae18123e911fec6948dfd (diff)
deps: libnpmorg@4.0.0libnpmorg@4.0.0libnpmorg-v4.0.0
-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 b5d397682..c3fc5939f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -116,7 +116,7 @@
"libnpmexec": "^4.0.0",
"libnpmfund": "^3.0.0",
"libnpmhook": "^8.0.0",
- "libnpmorg": "^3.0.1",
+ "libnpmorg": "^4.0.0",
"libnpmpack": "^3.1.0",
"libnpmpublish": "^5.0.1",
"libnpmsearch": "^4.0.1",
@@ -10643,7 +10643,7 @@
}
},
"workspaces/libnpmorg": {
- "version": "3.0.1",
+ "version": "4.0.0",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
diff --git a/package.json b/package.json
index 99c870ab1..43ff8a928 100644
--- a/package.json
+++ b/package.json
@@ -84,7 +84,7 @@
"libnpmexec": "^4.0.0",
"libnpmfund": "^3.0.0",
"libnpmhook": "^8.0.0",
- "libnpmorg": "^3.0.1",
+ "libnpmorg": "^4.0.0",
"libnpmpack": "^3.1.0",
"libnpmpublish": "^5.0.1",
"libnpmsearch": "^4.0.1",
diff --git a/workspaces/libnpmorg/package.json b/workspaces/libnpmorg/package.json
index 781fa9b52..913030066 100644
--- a/workspaces/libnpmorg/package.json
+++ b/workspaces/libnpmorg/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmorg",
- "version": "3.0.1",
+ "version": "4.0.0",
"description": "Programmatic api for `npm org` commands",
"author": "GitHub Inc.",
"main": "lib/index.js",