Преглед на файлове

adding the inspector to the publisher

Raanan Weber преди 7 години
родител
ревизия
b968198e0c
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      Tools/Publisher/index.js

+ 4 - 0
Tools/Publisher/index.js

@@ -35,6 +35,10 @@ let packages = [
     {
         name: 'proceduralTextures',
         path: basePath + '/proceduralTexturesLibrary/'
+    },
+    {
+        name: 'inspector',
+        path: basePath + '/inspector/'
     }
 ];