Skip to content

Commit 129af20

Browse files
authored
Added priv/package.json to mix package (#97)
Without that change, package.json is not added to the mix release.
1 parent 598cbf1 commit 129af20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ defmodule NodeJS.MixProject do
5858
"README.md",
5959
"LICENSE",
6060
"CHANGELOG.md",
61-
"priv/server.js"
61+
"priv/server.js",
62+
"priv/package.json"
6263
],
6364
maintainers: ["Bryan Joseph", "Luke Ledet", "Joel Wietelmann"],
6465
licenses: ["MIT"],

0 commit comments

Comments
 (0)