- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
22 lines
419 B
JSON
22 lines
419 B
JSON
{
|
|
"name": "@rollup/rollup-linux-x64-musl",
|
|
"version": "4.46.3",
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"files": [
|
|
"rollup.linux-x64-musl.node"
|
|
],
|
|
"description": "Native bindings for Rollup",
|
|
"author": "Lukas Taegert-Atkinson",
|
|
"homepage": "https://rollupjs.org/",
|
|
"license": "MIT",
|
|
"repository": "rollup/rollup",
|
|
"libc": [
|
|
"musl"
|
|
],
|
|
"main": "./rollup.linux-x64-musl.node"
|
|
} |