Skip to content

Commit 1ff99ac

Browse files
authored
Downgrade eslint-formatter-pretty to support Node.js 8 (#73)
1 parent 9711df2 commit 1ff99ac

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
@@ -40,7 +40,7 @@
4040
"typedefinitions"
4141
],
4242
"dependencies": {
43-
"eslint-formatter-pretty": "^4.0.0",
43+
"eslint-formatter-pretty": "^3.0.1",
4444
"globby": "^11.0.1",
4545
"meow": "^7.0.1",
4646
"path-exists": "^4.0.0",

0 commit comments

Comments
 (0)