Преглед изворни кода

Added dependencies to NPM package

jamesperet пре 2 година
родитељ
комит
7e632de202
2 измењених фајлова са 6 додато и 4 уклоњено
  1. 1 2
      Readme.md
  2. 5 2
      package.json

+ 1 - 2
Readme.md

@@ -1,4 +1,4 @@
-# 📦 KairoEngine.Core v0.1.4
+# 📦 KairoEngine.Core v0.1.5
 
 This contains the base code that other packages will use. It includes code for the module system, event system and common interfaces.
 
@@ -8,7 +8,6 @@ This contains the base code that other packages will use. It includes code for t
 - `zenject`
 - `UniRX`
 - `QFSW.MOP2`
-- ``Unity.Mathmatics``
 
 ### 🔷Components
 

+ 5 - 2
package.json

@@ -1,7 +1,7 @@
 {
   "name": "at.kairoscope.kairoengine.core",
   "displayName" : "KairoEngine Core",
-  "version": "0.1.4",
+  "version": "0.1.5",
   "unity": "2020.3",
   "description": "Base package for the KairoEngine library by Kairoscope",
   "repository": {
@@ -10,6 +10,9 @@
   },
   "author": "Kairoscope",
   "dependencies": {
-    "at.kairoscope.thirdparty.sirenix":"1.0.1"
+    "at.kairoscope.thirdparty.sirenix":"1.0.1",
+    "at.kairoscope.thirdparty.unirx":"1.0.0",
+    "at.kairoscope.thirdparty.zenject":"1.0.0",
+    "at.kairoscope.thirdparty.qfsw":"1.0.0"
   }
 }