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 1d7e203 commit ef4fbb7Copy full SHA for ef4fbb7
packages/canvas-three/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nativescript/canvas-three",
3
- "version": "2.0.0-rc.22",
+ "version": "2.0.1",
4
"description": "Utilities for using THREE.js on NativeScript",
5
"main": "index",
6
"typings": "index.d.ts",
@@ -33,7 +33,7 @@
33
"readmeFilename": "README.md",
34
"bootstrapper": "@nativescript/plugin-seed",
35
"dependencies": {
36
- "@nativescript/canvas-polyfill": "rc",
+ "@nativescript/canvas-polyfill": "*",
37
"three": "~0.169.0"
38
}
39
0 commit comments