Skip to content

Commit c49f0c1

Browse files
authored
Fix a typo in package.json
arm4 -> arm64
1 parent f654921 commit c49f0c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
"win32"
240240
],
241241
"architectures": [
242-
"arm4"
242+
"arm64"
243243
],
244244
"installTestPath": "./.debugger/vsdbg-ui.exe",
245245
"integrity": "FD9A1B46DA9C7226828595826F6CE215DF769C5111D02DB567494A1EB095E155"
@@ -3744,4 +3744,4 @@
37443744
]
37453745
}
37463746
}
3747-
}
3747+
}

0 commit comments

Comments
 (0)