Skip to content

Commit b8ecf79

Browse files
committed
chore(three): bump
1 parent 8ce4f32 commit b8ecf79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/canvas-three/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-three",
3-
"version": "1.0.0-alpha5",
3+
"version": "1.0.0-alpha6",
44
"description": "Utilities for using THREE.js on NativeScript",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -35,5 +35,8 @@
3535
"peerDependencies": {
3636
"@nativescript/canvas": "~0.9.2",
3737
"three": "^0.120.1"
38+
},
39+
"dependencies": {
40+
"@nativescript/canvas-polyfill": "~1.0.0-alpha12"
3841
}
3942
}

0 commit comments

Comments
 (0)