Skip to content

Commit

Permalink
Refactor .npmignore and package.json
Browse files Browse the repository at this point in the history
- Move dist/tests/ and types/tests/ directories to the correct location in .npmignore
- Update package.json version to 1.1.13
  • Loading branch information
gabriel-logan committed Oct 4, 2024
1 parent 07cfa39 commit 66ec181
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ tsconfigcopy.json
tsconfig.json
tsconfig.types.json
.prettierrc.js
dist/tests/
types/tests/
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.12",
"version": "1.1.13",
"description": "Azure Cognitive Services Translator Text API Code for Use with Common Languages",
"author": {
"name": "Gabriel Logan"
Expand Down

0 comments on commit 66ec181

Please sign in to comment.