Skip to content

Commit

Permalink
update: package.json version to 1.1.14 and include dist and types dir…
Browse files Browse the repository at this point in the history
…ectories in files field
  • Loading branch information
gabriel-logan committed Oct 4, 2024
1 parent 66ec181 commit fe081b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-translator-code",
"version": "1.1.13",
"version": "1.1.14",
"description": "Azure Cognitive Services Translator Text API Code for Use with Common Languages",
"author": {
"name": "Gabriel Logan"
Expand All @@ -9,7 +9,9 @@
"types": "./types/index.d.ts",
"files": [
"dist",
"types"
"types",
"!dist/tests",
"!types/tests"
],
"scripts": {
"test": "jest --verbose",
Expand Down

0 comments on commit fe081b9

Please sign in to comment.