Skip to content

Commit 4ef4cf1

Browse files
authored
Lock ts-node to 1.1.0 while perf issue is investigated (#9933)
1 parent 8cbbcd0 commit 4ef4cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"run-sequence": "latest",
7373
"sorcery": "latest",
7474
"through2": "latest",
75-
"ts-node": "latest",
75+
"ts-node": "~1.1.0",
7676
"tslint": "next",
7777
"typescript": "next"
7878
},

0 commit comments

Comments
 (0)