diff --git a/README.md b/README.md index 54f01c748..76f7379fc 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,12 @@ For multiple versions, previous versions, and uninstallation, see the instructio
+## carwow's notes + +The node package to use in our own projects `@carwow/elm` + +
+ ## Help If you are stuck, ask around on [the Elm slack channel][slack]. Folks are friendly and happy to help with questions! diff --git a/installers/npm/package.json b/installers/npm/package.json index 7c0bb1873..dc9a0a50a 100644 --- a/installers/npm/package.json +++ b/installers/npm/package.json @@ -38,6 +38,7 @@ "optionalDependencies": { "@elm_binaries/darwin_arm64": "0.19.1-0", "@elm_binaries/darwin_x64": "0.19.1-0", + "@elm_binaries/linux_arm64": "0.19.1-0", "@elm_binaries/linux_x64": "0.19.1-0", "@elm_binaries/win32_x64": "0.19.1-0" }