Skip to content

Commit

Permalink
remove typescript devDependency and engine from bf-streaming (#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengum authored Nov 6, 2019
1 parent 8af7918 commit fc50201
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions libraries/botframework-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@
"sinon": "^7.4.1",
"ts-node": "^4.1.0",
"tslint": "^5.16.0",
"tslint-microsoft-contrib": "^5.2.1",
"typescript": "3.1.1"
},
"engines": {
"node": ">10.14"
"tslint-microsoft-contrib": "^5.2.1"
},
"scripts": {
"test": "tsc && nyc mocha tests/",
Expand Down

0 comments on commit fc50201

Please sign in to comment.