Skip to content

Commit

Permalink
Chore: Finalize to PixiJS v8 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Mar 6, 2024
1 parent 63c0bc1 commit b5490c4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches: [ '**' ]
tags: [ '**' ]
release:
types: [ 'created' ]
types: [ published ]
pull_request:
branches: [ '**' ]
jobs:
Expand Down
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
gtag('js', new Date());
gtag('config', 'UA-103772589-10');
</script>
<script src="https://pixijs.download/next-v8/pixi.min.js"></script>
<script src="https://pixijs.download/dev/pixi.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" />
<script src="../dist/pixi-gif.js"></script>
<style>
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@
"types"
],
"devDependencies": {
"pixi.js": "^8.0.0-X",
"pixi.js": "^8.0.0",
"@pixi/extension-scripts": "^2.4.0",
"gifuct-js": "^2.1.2",
"pre-commit": "^1.2.2"
},
"peerDependencies": {
"pixi.js": ">=8.0.0-0"
"pixi.js": "^8.0.0"
}
}

0 comments on commit b5490c4

Please sign in to comment.