We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a43992a + 01ea085 commit b47da5aCopy full SHA for b47da5a
README.md
@@ -24,7 +24,7 @@ Gradient can be installed by adding `gradient` to your list of dependencies in `
24
```elixir
25
def deps do
26
[
27
- {:gradient, github: "esl/gradient"}
+ {:gradient, github: "esl/gradient", only: [:dev], runtime: false}
28
]
29
end
30
```
0 commit comments