Skip to content

Commit

Permalink
build fixings
Browse files Browse the repository at this point in the history
  • Loading branch information
saqsun committed Feb 12, 2019
1 parent fdf3369 commit 7564f7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/entry.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference path="../definitions/phaser.d.ts" />
/// <reference path="../types/phaser.d.ts" />
/// <reference types="mocha" />

import "bluebird/js/browser/bluebird";
import "es6-symbol/implement";
import "es6-map/implement";
import "es6-symbol/implement";
2 changes: 1 addition & 1 deletion tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"outDir": "lib-test"
},
"include": ["./src/**/*.ts", "./test/**/*.ts"],
"files": ["./definitions/phaser.d.ts"]
"files": ["./types/phaser.d.ts"]
}

0 comments on commit 7564f7a

Please sign in to comment.