diff --git a/.gitignore b/.gitignore index 26fb7e1..4deeae7 100644 --- a/.gitignore +++ b/.gitignore @@ -48,4 +48,6 @@ Temporary Items node_modules test/project/node_modules -local/ \ No newline at end of file +local/ +test/include +test/project/exclude \ No newline at end of file diff --git a/package.json b/package.json index 4a5785a..59c8a94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-async-await", - "version": "1.1.2", + "version": "1.1.3", "description": "Serverless Plugin to use async await without Babel , WebPack or Typescript. Simple transpilation using AsyncToGen", "main": "index.js", "scripts": {