Skip to content

Commit fc50201

Browse files
authored
remove typescript devDependency and engine from bf-streaming (#1392)
1 parent 8af7918 commit fc50201

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

libraries/botframework-streaming/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@
3939
"sinon": "^7.4.1",
4040
"ts-node": "^4.1.0",
4141
"tslint": "^5.16.0",
42-
"tslint-microsoft-contrib": "^5.2.1",
43-
"typescript": "3.1.1"
44-
},
45-
"engines": {
46-
"node": ">10.14"
42+
"tslint-microsoft-contrib": "^5.2.1"
4743
},
4844
"scripts": {
4945
"test": "tsc && nyc mocha tests/",

0 commit comments

Comments
 (0)