diff --git a/.npmignore b/.npmignore index 3b91fa0..ede279d 100644 --- a/.npmignore +++ b/.npmignore @@ -18,7 +18,6 @@ tsconfigcopy.json tsconfig.json tsconfig.types.json .prettierrc.js -/dist/types/ JSONEXAMPLETEST.json JSONEXAMPLETESTRESULT.json .env-example @@ -27,3 +26,5 @@ multiFolderGeneratedTranslations/ unicFolderGeneratedTranslations/ .yarn/ .yarnrc.* +.env +.env.* diff --git a/package.json b/package.json index 3d4b456..a47fbab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "azure-translator-code", - "version": "1.1.9", + "version": "1.1.11", "description": "Azure Cognitive Services Translator Text API Code for Use with Common Languages", "author": { "name": "Gabriel Logan"