mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
Allow process global.
This commit is contained in:
parent
ee59425be3
commit
b9d425172d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"globals" : { "Phaser": false, "PIXI": false, "p2": false, "CocoonJS": false },
|
||||
"globals" : { "Phaser": false, "PIXI": false, "p2": false, "CocoonJS": false, "process": false },
|
||||
|
||||
// Ignore Environment Globals
|
||||
"browser" : true, // Standard browser globals e.g. `window`, `document`.
|
||||
|
|
Loading…
Reference in a new issue