diff --git a/package-lock.json b/package-lock.json index 41d9363..c0b5dbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webpack-node-externals", - "version": "2.5.2", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e076a7b..c59cf8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-node-externals", - "version": "2.5.2", + "version": "3.0.0", "description": "Easily exclude node_modules in Webpack bundle", "main": "index.js", "repository": {