From 3a1418b5f43f913f0b671c91624d64056bce0f8a Mon Sep 17 00:00:00 2001
From: Robert Acksel <robert.acksel@googlemail.com>
Date: Sun, 27 Jan 2019 11:04:23 +0000
Subject: [PATCH] package.json edited. the package name is invalid for unity
 package manager 2019.1

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 193a874..f7cbf70 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
 {
-  "name": "unity ui extensions",
+  "name": "unity-ui-extensions",
   "version": "2.0.0.0",
   "description": "An extension project for the Unity3D UI system, all crafted and contributed by the awesome Unity community",
   "author": "Simon darkside Jackson <@SimonDarksideJ>",