From bb012d6d8eea156be9bd043a8dc39fa27eaae052 Mon Sep 17 00:00:00 2001 From: Ben Watson Date: Fri, 11 Dec 2020 14:13:58 -0500 Subject: [PATCH] updates the supported versions of node to match the node LTS plan --- npm-shrinkwrap.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 17efa8aa..00831d4c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "alks", - "version": "3.1.0", + "version": "3.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7534e6d5..5cdd9540 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alks", - "version": "3.1.2", + "version": "3.1.3", "description": "CLI for working with ALKS", "main": "bin/alks", "scripts": {