Skip to content

Commit

Permalink
Fix the value of typings (#1547) (#1572)
Browse files Browse the repository at this point in the history
Co-authored-by: qinezh <qinezh@users.noreply.github.com>
  • Loading branch information
stevengum and qinezh authored Jan 13, 2020
1 parent b6c0cc8 commit 4b6383a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/botframework-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/microsoft/botbuilder-js.git"
},
"main": "lib/index.js",
"typings": "lib/index.d.js",
"typings": "lib/index.d.ts",
"dependencies": {
"@types/ws": "^6.0.3",
"uuid": "^3.3.2",
Expand Down

0 comments on commit 4b6383a

Please sign in to comment.