Skip to content

Commit

Permalink
Update package.json version to 1.1.12 and include dist and types dire…
Browse files Browse the repository at this point in the history
…ctories in files field
  • Loading branch information
gabriel-logan committed Oct 4, 2024
1 parent d399aa1 commit 07cfa39
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "azure-translator-code",
"version": "1.1.11",
"version": "1.1.12",
"description": "Azure Cognitive Services Translator Text API Code for Use with Common Languages",
"author": {
"name": "Gabriel Logan"
},
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"files": [
"dist",
"types"
],
"scripts": {
"test": "jest --verbose",
"test:coverage": "jest --coverage",
Expand Down

0 comments on commit 07cfa39

Please sign in to comment.