Skip to content

Commit

Permalink
Copy webfontloader script over to production directory
Browse files Browse the repository at this point in the history
  • Loading branch information
colinkiama committed Dec 29, 2024
1 parent ee3c613 commit 1ac86be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "last-one-flying",
"description": "An arcade survival shooter made with Phaser 3.",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions scripts/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const OUTPUT_DIRECTORY_NAME = 'dist/';

export const GAME_FILE_PATHS = [
'vendor/phaser.esm.min.js',
'vendor/webfontloader.js',
'favicon.png',
'style.css',
];
Expand Down

0 comments on commit 1ac86be

Please sign in to comment.