Skip to content

Commit

Permalink
Branch 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Valigursky committed Aug 22, 2024
1 parent a14023a commit e3d3389
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": "2.0.0-dev",
"version": "2.0.0-preview",
"author": "PlayCanvas <[email protected]>",
"homepage": "https://playcanvas.com",
"description": "PlayCanvas WebGL game engine",
Expand Down Expand Up @@ -68,7 +68,9 @@
"XRRigidTransform": "readonly",
"XRWebGLLayer": "readonly"
},
"ignorePatterns": ["tests/**/*"],
"ignorePatterns": [
"tests/**/*"
],
"parser": "@babel/eslint-parser",
"parserOptions": {
"requireConfigFile": false
Expand Down

0 comments on commit e3d3389

Please sign in to comment.