Skip to content

Commit b3dd1fb

Browse files
authored
fix: languages-tag not compatible with node 10 (#217)
1 parent 494953f commit b3dd1fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@
109109
}
110110
},
111111
"bug-versions": {
112+
"language-tags": {
113+
"1.0.6": {
114+
"version": "1.0.5",
115+
"reason": "not compatible with node 10."
116+
}
117+
},
112118
"event-source-polyfill": {
113119
"1.0.26": {
114120
"version": "1.0.25",

0 commit comments

Comments
 (0)