ソースを参照

Updated NPM package info

jamesperet 2 年 前
コミット
a1186ddfb6
3 ファイル変更8 行追加4 行削除
  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.
 

+ 4 - 0
changelog.md

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

+ 3 - 3
package.json

@@ -1,15 +1,15 @@
 {
   "name": "at.kairoscope.kairoengine.core",
   "displayName" : "KairoEngine Core",
-  "version": "0.1.3",
+  "version": "0.1.4",
   "unity": "2020.3",
   "description": "Base package for the KairoEngine library by Kairoscope",
   "repository": {
     "type": "git",
     "url": "https://git.kairoscope.net/kairoengine/core.git"
   },
-  "author": "James Peret",
+  "author": "Kairoscope",
   "dependencies": {
-    "com.unity.mathmatics":"1.2.1"
+    "at.kairoscope.thirdparty.sirenix":"1.0.1"
   }
 }