Browse Source

Updated NPM package info

jamesperet 3 years ago
parent
commit
a1186ddfb6
3 changed files with 8 additions and 4 deletions
  1. 1 1
      Readme.md
  2. 4 0
      changelog.md
  3. 3 3
      package.json

+ 1 - 1
Readme.md

@@ -1,4 +1,4 @@
-# 📦 KairoEngine.Core v0.1.3
+# 📦 KairoEngine.Core v0.1.4
 
 
 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.
 
 

+ 4 - 0
changelog.md

@@ -1,5 +1,9 @@
 # Changelog
 # Changelog
 
 
+### v0.1.4
+
+### v0.1.3
+
 ### v0.1.2
 ### v0.1.2
 
 
 ## v0.1.0
 ## v0.1.0

+ 3 - 3
package.json

@@ -1,15 +1,15 @@
 {
 {
   "name": "at.kairoscope.kairoengine.core",
   "name": "at.kairoscope.kairoengine.core",
   "displayName" : "KairoEngine Core",
   "displayName" : "KairoEngine Core",
-  "version": "0.1.3",
+  "version": "0.1.4",
   "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": {
     "type": "git",
     "type": "git",
     "url": "https://git.kairoscope.net/kairoengine/core.git"
     "url": "https://git.kairoscope.net/kairoengine/core.git"
   },
   },
-  "author": "James Peret",
+  "author": "Kairoscope",
   "dependencies": {
   "dependencies": {
-    "com.unity.mathmatics":"1.2.1"
+    "at.kairoscope.thirdparty.sirenix":"1.0.1"
   }
   }
 }
 }