Skip to content

Commit 0543e78

Browse files
committed
Fixed: Upgrade elm-format to newer version
Installing the dependencies for this package would fail on a newer M1 Mac. (Running `npm install`) This is because elm-format did not have a binary version available for this platform. This PR updates the package.json and package-lock.json files to install the latest version of elm-format.
1 parent 76a1922 commit 0543e78

File tree

2 files changed

+72
-186
lines changed

2 files changed

+72
-186
lines changed

package-lock.json

Lines changed: 71 additions & 185 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"elm": "0.19.1-5",
44
"elm-doc-preview": "^5.0.5",
5-
"elm-format": "^0.8.2",
5+
"elm-format": "^0.8.7",
66
"elm-review": "^2.10.2",
77
"elm-test": "0.19.1-revision12",
88
"elm-verify-examples": "^5.2.0",

0 commit comments

Comments
 (0)