We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9761b9 commit 2ad3a0fCopy full SHA for 2ad3a0f
1 file changed
package.json
@@ -2,16 +2,20 @@
2
"name": "@poki/phaser-3",
3
"repository": "https://github.com/poki/phaser-plugin",
4
"description": "A Phaser 3 plugin to easially integrate the Poki SDK",
5
- "version": "0.0.5",
+ "version": "0.0.6",
6
"source": "lib/index.js",
7
"main": "dist/phaser-poki.js",
8
"types": "lib/index.d.ts",
9
"license": "ISC",
10
"scripts": {
11
"watch": "parcel ./example/index.html",
12
+ "build": "rm -rf dist && parcel build",
13
"build-publish": "rm -rf dist && parcel build && yarn publish",
14
"lint": "standard"
15
},
16
+ "targets": {
17
+ "types": false
18
+ },
19
"dependencies": {
20
"phaser": "^3.55.2"
21
0 commit comments