Skip to content

Commit cd242a3

Browse files
committed
chore: clean up & bump
1 parent d3fc555 commit cd242a3

File tree

6 files changed

+8
-24
lines changed

6 files changed

+8
-24
lines changed

packages/canvas-babylon/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/canvas-babylon",
3-
"version": "1.0.0-alpha3",
3+
"version": "1.0.0-alpha4",
44
"description": "",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -35,8 +35,5 @@
3535
"peerDependencies": {
3636
"@nativescript/canvas": "~0.9.2",
3737
"babylonjs": "^4.1.0"
38-
},
39-
"dependencies": {
40-
"@nativescript/canvas-polyfill": "~1.0.0-alpha12"
4138
}
4239
}

packages/canvas-phaser-ce/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/canvas-phaser-ce",
3-
"version": "1.0.0-alpha6",
3+
"version": "1.0.0-alpha7",
44
"description": "Tools for using Phaser-ce to build native 2D games in NativeScript 👾",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -35,8 +35,5 @@
3535
"peerDependencies": {
3636
"@nativescript/canvas": "~0.9.2",
3737
"phaser-ce": "2.15.0"
38-
},
39-
"dependencies": {
40-
"@nativescript/canvas-polyfill": "~1.0.0-alpha12"
4138
}
4239
}

packages/canvas-phaser/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/canvas-phaser",
3-
"version": "1.0.0-alpha5",
3+
"version": "1.0.0-alpha6",
44
"description": "Build awesome 2D games with Phaser.js and NativeScript",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -35,8 +35,5 @@
3535
"peerDependencies": {
3636
"@nativescript/canvas": "~0.9.2",
3737
"phaser": "^3.24.1"
38-
},
39-
"dependencies": {
40-
"@nativescript/canvas-polyfill": "~1.0.0-alpha12"
4138
}
4239
}

packages/canvas-pixi/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/canvas-pixi",
3-
"version": "1.0.0-alpha5",
3+
"version": "1.0.0-alpha6",
44
"description": "Plugin for using pixi.js in NativeScript",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -35,8 +35,5 @@
3535
"peerDependencies": {
3636
"@nativescript/canvas": "~0.9.2",
3737
"pixi.js": "^5.3.3"
38-
},
39-
"dependencies": {
40-
"@nativescript/canvas-polyfill": "~1.0.0-alpha12"
4138
}
4239
}

packages/canvas-polyfill/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/canvas-polyfill",
3-
"version": "1.0.0-alpha18",
3+
"version": "1.0.0-alpha19",
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",
@@ -33,10 +33,9 @@
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed",
3535
"peerDependencies": {
36-
"@nativescript/canvas": "~0.9.10"
36+
3737
},
3838
"dependencies": {
39-
"xmldom-qsa": "^1.0.3",
40-
"@nativescript/canvas-media": "~0.1.0"
39+
"xmldom-qsa": "^1.0.3"
4140
}
4241
}

packages/canvas-three/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/canvas-three",
3-
"version": "1.0.0-alpha6",
3+
"version": "1.0.0-alpha7",
44
"description": "Utilities for using THREE.js on NativeScript",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -35,8 +35,5 @@
3535
"peerDependencies": {
3636
"@nativescript/canvas": "~0.9.2",
3737
"three": "^0.120.1"
38-
},
39-
"dependencies": {
40-
"@nativescript/canvas-polyfill": "~1.0.0-alpha12"
4138
}
4239
}

0 commit comments

Comments
 (0)