chore: fix x64 deps

This commit is contained in:
Karol Sójko
2023-01-26 13:15:34 +01:00
parent f4a743593d
commit e739683bb6
9 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1 @@
Platform specific binary for cbor-extract on darwin OS with arm64 architecture

View File

@@ -1,11 +1,11 @@
{
"name": "@cbor-extract/cbor-extract-darwin-x64",
"name": "@cbor-extract/cbor-extract-darwin-arm64",
"version": "2.1.1",
"os": [
"darwin"
],
"cpu": [
"x64"
"arm64"
],
"license": "MIT",
"author": "Kris Zyp",
@@ -13,5 +13,5 @@
"type": "git",
"url": "http://github.com/kriszyp/cbor-extract"
},
"description": "Platform specific binary for cbor-extract on darwin OS with x64 architecture"
"description": "Platform specific binary for cbor-extract on darwin OS with arm64 architecture"
}

View File

@@ -1 +0,0 @@
Platform specific binary for cbor-extract on darwin OS with x64 architecture