From 22d50955439d353aeb0fbf15f0fd8fe499fdc59d Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 10 Nov 2020 11:12:56 -0800 Subject: [PATCH] 1.0.10 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f85885d3a..e01b73d12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@npmcli/arborist", - "version": "1.0.9", + "version": "1.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@npmcli/arborist", - "version": "1.0.9", + "version": "1.0.10", "license": "ISC", "dependencies": { "@npmcli/installed-package-contents": "^1.0.5", diff --git a/package.json b/package.json index 99522745c..44c176ec7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/arborist", - "version": "1.0.9", + "version": "1.0.10", "description": "Manage node_modules trees", "dependencies": { "@npmcli/installed-package-contents": "^1.0.5",