We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb0726 commit 22cc8e7Copy full SHA for 22cc8e7
packages/canvas-phaser-ce/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nativescript/canvas-phaser-ce",
3
- "version": "1.0.0-alpha5",
+ "version": "1.0.0-alpha6",
4
"description": "Tools for using Phaser-ce to build native 2D games in NativeScript 👾",
5
"main": "index",
6
"typings": "index.d.ts",
@@ -35,5 +35,8 @@
35
"peerDependencies": {
36
"@nativescript/canvas": "~0.9.2",
37
"phaser-ce": "2.15.0"
38
+ },
39
+ "dependencies": {
40
+ "@nativescript/canvas-polyfill": "~1.0.0-alpha12"
41
}
42
0 commit comments