Skip to content

Commit e00301d

Browse files
authored
Lock in TypeScript version (#260)
1 parent 5ff3b6c commit e00301d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration_test/functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"main": "lib/index.js",
1616
"devDependencies": {
17-
"typescript": "^2.8.3"
17+
"typescript": "~2.8.3"
1818
},
1919
"private": true
2020
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"nock": "^9.0.0",
4747
"sinon": "^1.17.4",
4848
"tslint": "^3.15.1",
49-
"typescript": "^2.8.3"
49+
"typescript": "~2.8.3"
5050
},
5151
"peerDependencies": {
5252
"firebase-admin": "~5.12.1"

0 commit comments

Comments
 (0)