Skip to content

Commit

Permalink
Fixed Node's package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
barshaul committed Feb 11, 2024
1 parent 51f87b1 commit 4861aa4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,8 @@
"//": [
"The fields below have been commented out and are only necessary for publishing the package."
],
"///cpu": [
"${node_arch}"
],
"///os": [
"${node_os}"
],
"///cpu": ["${node_arch}"],
"///os": ["${node_os}"],
"///name": "${scope}${pkg_name}",
"///version": "${package_version}"
}

0 comments on commit 4861aa4

Please sign in to comment.