diff --git a/.gitignore b/.gitignore index 06e126c..67a34c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .idea .env +.history npm-debug.log **/node_modules/ **/bower_components/ diff --git a/package.json b/package.json index 916655b..3c5c995 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lcu-connector", - "version": "2.1.3", + "version": "2.1.4", "main": "index.js", "license": "MIT", "types": "types.d.ts",