Commit 7044a9dc authored by Eric Seidel's avatar Eric Seidel

Fix game to depend on Sky

Also updated the version range on stocks2.

https://github.com/domokit/mojo/issues/262

R=ianh@google.com

Review URL: https://codereview.chromium.org/1195933004.
parent 4ce1eff3
name: game name: game
dependencies: dependencies:
box2d: any sky: '>=0.0.10 <1.0.0'
...@@ -4,4 +4,4 @@ description: A demo application using Sky that shows stock data ...@@ -4,4 +4,4 @@ description: A demo application using Sky that shows stock data
homepage: https://github.com/domokit/sky_sdk/tree/master/examples/stocks homepage: https://github.com/domokit/sky_sdk/tree/master/examples/stocks
version: 0.0.1 version: 0.0.1
dependencies: dependencies:
sky: '>=0.0.1 <1.0.0' sky: '>=0.0.10 <1.0.0'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment