Skip to content

Commit

Permalink
Fix: Unblock after v8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Mar 5, 2024
1 parent 24062cd commit 1f9803e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 62 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dist
*.log
node_modules
.parcel-cache
.parcel-cache
.DS_Store
16 changes: 10 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 0 additions & 54 deletions rollup.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<script src="https://pixijs.download/dev/pixi-legacy.min.js"></script>
<script src="https://pixijs.download/v7.x/pixi-legacy.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/1.3.3/FileSaver.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mithril/1.1.5/mithril.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
Expand Down

0 comments on commit 1f9803e

Please sign in to comment.