Skip to content

Commit

Permalink
armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
SOVLOOKUP committed Oct 1, 2023
1 parent 649c706 commit cf13e7b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions addon/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "rubick-native-addon-linux-arm-gnueabihf",
"version": "0.0.0",
"os": [
"linux"
],
"cpu": [
"arm"
],
"main": "rubick-native-addon.linux-arm-gnueabihf.node",
"files": [
"rubick-native-addon.linux-arm-gnueabihf.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
}
}

0 comments on commit cf13e7b

Please sign in to comment.