Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: #19577 - remove postinstall script #19578

Open
wants to merge 1 commit into
base: 6.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view

This file was deleted.

Expand Up @@ -24,8 +24,5 @@
"version": "6.3.0",
"name": "@fortawesome/fontawesome-common-types",
"license": "MIT",
"types": "./index.d.ts",
"scripts": {
"postinstall": "node attribution.js"
}
}
"types": "./index.d.ts"
}
4 changes: 0 additions & 4 deletions js-packages/@fortawesome/fontawesome-free/attribution.js

This file was deleted.

7 changes: 2 additions & 5 deletions js-packages/@fortawesome/fontawesome-free/package.json
Expand Up @@ -25,8 +25,5 @@
"name": "@fortawesome/fontawesome-free",
"main": "js/fontawesome.js",
"style": "css/fontawesome.css",
"license": "(CC-BY-4.0 AND OFL-1.1 AND MIT)",
"scripts": {
"postinstall": "node attribution.js"
}
}
"license": "(CC-BY-4.0 AND OFL-1.1 AND MIT)"
}
4 changes: 0 additions & 4 deletions js-packages/@fortawesome/fontawesome-svg-core/attribution.js

This file was deleted.

7 changes: 2 additions & 5 deletions js-packages/@fortawesome/fontawesome-svg-core/package.json
Expand Up @@ -66,8 +66,5 @@
"./index.js",
"./index.mjs",
"./styles.css"
],
"scripts": {
"postinstall": "node attribution.js"
}
}
]
}
4 changes: 0 additions & 4 deletions js-packages/@fortawesome/free-brands-svg-icons/attribution.js

This file was deleted.

5 changes: 1 addition & 4 deletions js-packages/@fortawesome/free-brands-svg-icons/package.json
Expand Up @@ -49,8 +49,5 @@
},
"./package.json": "./package.json",
"./*": "./*.js"
},
"scripts": {
"postinstall": "node attribution.js"
}
}
}

This file was deleted.

5 changes: 1 addition & 4 deletions js-packages/@fortawesome/free-regular-svg-icons/package.json
Expand Up @@ -49,8 +49,5 @@
},
"./package.json": "./package.json",
"./*": "./*.js"
},
"scripts": {
"postinstall": "node attribution.js"
}
}
}
4 changes: 0 additions & 4 deletions js-packages/@fortawesome/free-solid-svg-icons/attribution.js

This file was deleted.

5 changes: 1 addition & 4 deletions js-packages/@fortawesome/free-solid-svg-icons/package.json
Expand Up @@ -49,8 +49,5 @@
},
"./package.json": "./package.json",
"./*": "./*.js"
},
"scripts": {
"postinstall": "node attribution.js"
}
}
}