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:
Diffstat (limited to 'node_modules/init-package-json/package.json')
-rw-r--r--node_modules/init-package-json/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/node_modules/init-package-json/package.json b/node_modules/init-package-json/package.json
index 931b630d3..abf069692 100644
--- a/node_modules/init-package-json/package.json
+++ b/node_modules/init-package-json/package.json
@@ -1,6 +1,6 @@
{
"name": "init-package-json",
- "version": "2.0.0",
+ "version": "2.0.1",
"main": "init-package-json.js",
"scripts": {
"test": "tap",
@@ -17,10 +17,10 @@
"description": "A node module to get your node module started",
"dependencies": {
"glob": "^7.1.1",
- "npm-package-arg": "^8.0.1",
+ "npm-package-arg": "^8.1.0",
"promzard": "^0.3.0",
"read": "~1.0.1",
- "read-package-json": "^2.1.2",
+ "read-package-json": "^3.0.0",
"semver": "^7.3.2",
"validate-npm-package-license": "^3.0.4",
"validate-npm-package-name": "^3.0.0"