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 7ada3ab commit ff17f77Copy full SHA for ff17f77
packages/canvas-three/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nativescript/canvas-three",
3
- "version": "1.0.0-alpha4",
+ "version": "1.0.0-alpha5",
4
"description": "Utilities for using THREE.js on NativeScript",
5
"main": "index",
6
"typings": "index.d.ts",
@@ -32,11 +32,8 @@
32
"homepage": "https://github.com/NativeScript/canvas",
33
"readmeFilename": "README.md",
34
"bootstrapper": "@nativescript/plugin-seed",
35
- "dependencies": {
36
- "@nativescript/canvas-polyfill": "~1.0.0-alpha10"
37
- },
38
"peerDependencies": {
39
- "@nativescript/canvas": "~0.9.1",
+ "@nativescript/canvas": "~0.9.2",
40
"three": "^0.120.1"
41
}
42
0 commit comments