Skip to content

Commit

Permalink
refactor: move dist/types/ to correct location in .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Oct 4, 2024
1 parent 865b6e9 commit e2d7a09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tsconfigcopy.json
tsconfig.json
tsconfig.types.json
.prettierrc.js
dist/types/
/dist/types/
JSONEXAMPLETEST.json
JSONEXAMPLETESTRESULT.json
.env-example
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-translator-code",
"version": "1.1.8",
"version": "1.1.9",
"description": "Azure Cognitive Services Translator Text API Code for Use with Common Languages",
"author": {
"name": "Gabriel Logan"
Expand Down

0 comments on commit e2d7a09

Please sign in to comment.