Skip to content

Commit 31941cf

Browse files
committed
wip
1 parent 0408c49 commit 31941cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defmodule N2O.Mixfile do
22
use Mix.Project
3-
def deps, do: [{:ex_doc, ">= 0.0.0", only: :dev}]
3+
def deps, do: [{:ex_doc, ">= 0.0.0", only: :dev, runtime: false}]
44
def application(), do:
55
[
66
mod: {:n2o, []},

0 commit comments

Comments
 (0)