Skip to content

Commit 77404ac

Browse files
committed
chore(polyfill): bump
1 parent 9a56354 commit 77404ac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/canvas-polyfill/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/canvas-polyfill",
3-
"version": "1.0.0-alpha13",
3+
"version": "1.0.0-alpha14",
44
"description": "Polyfill for making NativeScript compatible with web libs like pixi.js, three.js, phaser.js, babylon.js, etc....",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -34,5 +34,8 @@
3434
"bootstrapper": "@nativescript/plugin-seed",
3535
"peerDependencies": {
3636
"@nativescript/canvas": "~0.9.2"
37+
},
38+
"dependencies": {
39+
"xmldom-qsa": "^1.0.3"
3740
}
3841
}

0 commit comments

Comments
 (0)