Skip to content

Commit 9d2ebe6

Browse files
committed
Restrict sax versions until we can publish a major
1 parent a719f84 commit 9d2ebe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"lodash.uniq": "^4.5.0",
4444
"mri": "^1.1.5",
4545
"readable-stream": "^2.3.7",
46-
"sax": "^1.2.4"
46+
"sax": ">=1.2.4 <1.4.4"
4747
},
4848
"devDependencies": {
4949
"eslint": "^6.8.0",

0 commit comments

Comments
 (0)