Skip to content

Commit

Permalink
0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminAster committed Oct 15, 2023
1 parent b4490c1 commit 48996af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "new-javascript",
"version": "0.3.8",
"version": "0.3.9",
"description": "TypeScript type definitions for new JavaScript stuff that isn't yet in TypeScript's standard type definitions",
"main": "./index.d.ts",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion w3c/pointer-lock.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// https://github.com/w3c/pointerlock/pull/49/

interface PointerLockOptions {
unadjustedMovement: boolean;
unadjustedMovement?: boolean;
}

interface Element {
Expand Down

0 comments on commit 48996af

Please sign in to comment.