Skip to content

Commit

Permalink
package.json: allow openfl 8 and 9
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Sep 28, 2023
1 parent a0cc736 commit 3ba7e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"tmp": "0.0.33"
},
"peerDependencies": {
"openfl": "^7.0.0-beta.7",
"openfl": "^7.0.0-beta.7 || ^8.0.0 || ^9.0.0",
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
}
}

0 comments on commit 3ba7e67

Please sign in to comment.