Skip to content

Commit a80117f

Browse files
authored
Add libc field to armv7 packages (#5479)
1 parent 5d8019b commit a80117f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

npm/linux-arm-gnueabihf/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@
1515
"homepage": "https://rollupjs.org/",
1616
"license": "MIT",
1717
"repository": "rollup/rollup",
18+
"libc": [
19+
"glibc"
20+
],
1821
"main": "./rollup.linux-arm-gnueabihf.node"
1922
}

npm/linux-arm-musleabihf/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@
1515
"homepage": "https://rollupjs.org/",
1616
"license": "MIT",
1717
"repository": "rollup/rollup",
18+
"libc": [
19+
"musl"
20+
],
1821
"main": "./rollup.linux-arm-musleabihf.node"
1922
}

0 commit comments

Comments
 (0)