Skip to content

Commit

Permalink
Branch 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Valigursky committed Nov 5, 2024
1 parent 17d6e03 commit 3e0d989
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playcanvas",
"version": "1.75.0-dev",
"version": "1.76.0-dev",
"author": "PlayCanvas <[email protected]>",
"homepage": "https://playcanvas.com",
"description": "PlayCanvas WebGL game engine",
Expand Down Expand Up @@ -72,7 +72,9 @@
"parserOptions": {
"requireConfigFile": false
},
"ignorePatterns": ["tests/**/*"],
"ignorePatterns": [
"tests/**/*"
],
"rules": {
"import/order": "off",
"jsdoc/check-tag-names": [
Expand Down

0 comments on commit 3e0d989

Please sign in to comment.