From 5690c59f507c0936b3c46748fe99c6b8cfc056c6 Mon Sep 17 00:00:00 2001 From: Stephan Schreiber Date: Wed, 15 Dec 2021 04:25:42 +0100 Subject: [PATCH] 3.1.1 --- 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 f6de85f..6373d04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rollup-plugin-node-externals", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rollup-plugin-node-externals", - "version": "3.1.0", + "version": "3.1.1", "license": "MIT", "dependencies": { "@rollup/plugin-alias": "^3.1.8" diff --git a/package.json b/package.json index a2d35c7..6533d9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-node-externals", - "version": "3.1.0", + "version": "3.1.1", "description": "Automatically declare NodeJS built-in modules and npm dependencies as 'external' in Rollup config", "author": "Stephan Schreiber ", "contributors": [