Browse Source

Added dependencies to NPM package

jamesperet 3 years ago
parent
commit
7e632de202
2 changed files with 6 additions and 4 deletions
  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.
 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`
 - `zenject`
 - `UniRX`
 - `UniRX`
 - `QFSW.MOP2`
 - `QFSW.MOP2`
-- ``Unity.Mathmatics``
 
 
 ### 🔷Components
 ### 🔷Components
 
 

+ 5 - 2
package.json

@@ -1,7 +1,7 @@
 {
 {
   "name": "at.kairoscope.kairoengine.core",
   "name": "at.kairoscope.kairoengine.core",
   "displayName" : "KairoEngine Core",
   "displayName" : "KairoEngine Core",
-  "version": "0.1.4",
+  "version": "0.1.5",
   "unity": "2020.3",
   "unity": "2020.3",
   "description": "Base package for the KairoEngine library by Kairoscope",
   "description": "Base package for the KairoEngine library by Kairoscope",
   "repository": {
   "repository": {
@@ -10,6 +10,9 @@
   },
   },
   "author": "Kairoscope",
   "author": "Kairoscope",
   "dependencies": {
   "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"
   }
   }
 }
 }