From 582138216d5141dd9fdf3c05276052ec91ba4d04 Mon Sep 17 00:00:00 2001 From: szb512 <47613831+szb512@users.noreply.github.com> Date: Wed, 20 Feb 2019 19:21:44 -0500 Subject: [PATCH 1/2] Upgrade npm's dependencies to their newest version This command allows npm to upgrade its dependencies to their latest version. --- upgrade.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 upgrade.yaml diff --git a/upgrade.yaml b/upgrade.yaml new file mode 100644 index 00000000..21e3266f --- /dev/null +++ b/upgrade.yaml @@ -0,0 +1,2 @@ +Upgrade npm's outdated depencies: +npm-upgrade From 20fe071e011b286506455dcd3a01385efadc2d9d Mon Sep 17 00:00:00 2001 From: szb512 <47613831+szb512@users.noreply.github.com> Date: Wed, 20 Feb 2019 19:29:01 -0500 Subject: [PATCH 2/2] Update upgrade.yaml --- upgrade.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade.yaml b/upgrade.yaml index 21e3266f..0c0550b6 100644 --- a/upgrade.yaml +++ b/upgrade.yaml @@ -1,2 +1,2 @@ Upgrade npm's outdated depencies: -npm-upgrade +npm i -g npm-upgrade