Skip to content

Commit 2ad3a0f

Browse files
Add and fix 'yarn build'
1 parent f9761b9 commit 2ad3a0f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22
"name": "@poki/phaser-3",
33
"repository": "https://github.com/poki/phaser-plugin",
44
"description": "A Phaser 3 plugin to easially integrate the Poki SDK",
5-
"version": "0.0.5",
5+
"version": "0.0.6",
66
"source": "lib/index.js",
77
"main": "dist/phaser-poki.js",
88
"types": "lib/index.d.ts",
99
"license": "ISC",
1010
"scripts": {
1111
"watch": "parcel ./example/index.html",
12+
"build": "rm -rf dist && parcel build",
1213
"build-publish": "rm -rf dist && parcel build && yarn publish",
1314
"lint": "standard"
1415
},
16+
"targets": {
17+
"types": false
18+
},
1519
"dependencies": {
1620
"phaser": "^3.55.2"
1721
},

0 commit comments

Comments
 (0)