From f228e39d09ab3b4dbff981a03a53f08cddf5f428 Mon Sep 17 00:00:00 2001 From: Steven Vandevelde Date: Mon, 10 Dec 2018 23:04:57 +0000 Subject: [PATCH] Use correct package name --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 29a0aad..f249323 100644 --- a/elm.json +++ b/elm.json @@ -1,6 +1,6 @@ { "type": "package", - "name": "icidasset/binary", + "name": "icidasset/elm-binary", "summary": "Work with binary data.", "license": "MIT", "version": "1.0.0",