Skip to content

Commit 93fb612

Browse files
committed
fix: downgrade prettier
It adds `value` in the imports for some reason
1 parent 2d61c80 commit 93fb612

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
@@ -17,7 +17,7 @@
1717
"test.lint": "eslint ."
1818
},
1919
"dependencies": {
20-
"prettier": "^2.5.1",
20+
"prettier": "^2.4.1",
2121
"prettier-plugin-jsdoc": "^0.3.30",
2222
"prettier-plugin-packagejson": "^2.2.15",
2323
"sort-package-json": "github:aminya/sort-package-json"

0 commit comments

Comments
 (0)