Skip to content

Commit

Permalink
Added missing packages now that math_utils lives in shared
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeLudwig committed Jun 21, 2020
1 parent 38f33e0 commit d1e8ccc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/aardvark-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aardvarkxr/aardvark-shared",
"version": "0.8.1",
"version": "0.10.0",
"description": "Shared source code for Aardvark",
"main": "lib/index",
"types": "lib/index",
Expand All @@ -20,10 +20,12 @@
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@tlaukkan/tsm": "^0.8.5",
"@types/uuid": "^3.4.5",
"bind-decorator": "^1.0.11",
"color": "^3.1.2",
"node": "^12.12.0",
"quaternion": "^1.1.0",
"uuid": "^7.0.1"
}
}

0 comments on commit d1e8ccc

Please sign in to comment.