Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit 2c7958a

Browse files
authored
Fix package dependency (#148)
* Have StandardTypes package depend on core, as it requires generated code before it can compile.
1 parent fa31af4 commit 2c7958a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### Internal
6+
7+
- Fixed package dependencies.
8+
59
## `0.2.0` - 2019-03-19
610

711
### Added

workers/unity/Packages/com.improbable.gdk.standardtypes/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Standard Types Module. Made by Improbable.",
88
"dependencies": {
9+
"com.improbable.gdk.core": "0.2.0"
910
}
1011
}

0 commit comments

Comments
 (0)