Skip to content

Commit

Permalink
Merge branch 'master' into release/v2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samme committed Mar 6, 2020
2 parents e030f61 + d7ae85a commit 1d35ca9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@
"test:build": "node --check build/*.js; node --check build/custom/*.js",
"test:dist": "grunt test && node --check dist/phaser-test.js",
"test:src": "eslint src",
"test:ts": "./node_modules/typescript/bin/tsc --noImplicitAny ./typescript/{p2,phaser,pixi}.d.ts && ./node_modules/typescript/bin/tsc --noImplicitAny ./typescript/{phaser,pixi}.comments.d.ts"
},
"test:ts": "tsc --noImplicitAny ./typescript/p2.d.ts ./typescript/phaser.d.ts ./typescript/pixi.d.ts; tsc --noImplicitAny ./typescript/phaser.comments.d.ts ./typescript/pixi.comments.d.ts",
"tsc": "./node_modules/typescript/bin/tsc"
},
"keywords": [
"2d",
"HTML5",
Expand Down

0 comments on commit 1d35ca9

Please sign in to comment.