Skip to content

Commit

Permalink
[inaka#162] Fix gun dep version to a SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Brujo Benavides committed Apr 17, 2017
1 parent 281126e commit fd9f6d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .awconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
---
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
%% == Dependencies ==

{deps, [
{gun, {git, "https://github.com/ninenines/gun.git", {branch, "master"}}},
{gun, {git, "https://github.com/ninenines/gun.git", {ref, "bc733a2ca5f7d07f997ad6edf184f775b23434aa"}}},
{jsx, "2.8.1"},
{base64url, "0.0.1"}
]}.
Expand Down

0 comments on commit fd9f6d7

Please sign in to comment.