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>2021-06-24 21:41:10 +0300
committerGar <gar+gh@danger.computer>2021-06-24 23:06:12 +0300
commitdd81d0cd6e94a2acb63cf990c88fc6941bb59c50 (patch)
treeb324b4d9165e66dc09bf3ba2d78c49a3260cc0b1
parent23ce3af199c8a14ef16c63fc638a1ac21fd9a9b0 (diff)
chore(deps): bundle-and-gitignore
this didn't get ran when we added the new package-json package
-rw-r--r--package-lock.json2
-rw-r--r--package.json1
2 files changed, 3 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index 51092497e..2ba8b8c61 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,6 +11,7 @@
"@npmcli/arborist",
"@npmcli/ci-detect",
"@npmcli/config",
+ "@npmcli/package-json",
"@npmcli/run-script",
"abbrev",
"ansicolors",
@@ -895,6 +896,7 @@
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-1.0.1.tgz",
"integrity": "sha512-y6jnu76E9C23osz8gEMBayZmaZ69vFOIk8vR1FJL/wbEJ54+9aVG9rLTjQKSXfgYZEr50nw1txBBFfBZZe+bYg==",
+ "inBundle": true,
"dependencies": {
"json-parse-even-better-errors": "^2.3.1"
}
diff --git a/package.json b/package.json
index d292ee4ea..7a181b85f 100644
--- a/package.json
+++ b/package.json
@@ -126,6 +126,7 @@
"@npmcli/arborist",
"@npmcli/ci-detect",
"@npmcli/config",
+ "@npmcli/package-json",
"@npmcli/run-script",
"abbrev",
"ansicolors",