fix: #19577 - remove postinstall script

This commit is contained in:
Maciej Cenkar 2023-02-24 11:54:02 +01:00
parent d02961b018
commit 63d2d99a5d
No known key found for this signature in database
GPG Key ID: B292F8348021FC5F
12 changed files with 9 additions and 51 deletions

View File

@ -1,4 +0,0 @@
console.log(`Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
Copyright 2023 Fonticons, Inc.
`)

View File

@ -24,8 +24,5 @@
"version": "6.3.0", "version": "6.3.0",
"name": "@fortawesome/fontawesome-common-types", "name": "@fortawesome/fontawesome-common-types",
"license": "MIT", "license": "MIT",
"types": "./index.d.ts", "types": "./index.d.ts"
"scripts": { }
"postinstall": "node attribution.js"
}
}

View File

@ -1,4 +0,0 @@
console.log(`Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
Copyright 2023 Fonticons, Inc.
`)

View File

@ -25,8 +25,5 @@
"name": "@fortawesome/fontawesome-free", "name": "@fortawesome/fontawesome-free",
"main": "js/fontawesome.js", "main": "js/fontawesome.js",
"style": "css/fontawesome.css", "style": "css/fontawesome.css",
"license": "(CC-BY-4.0 AND OFL-1.1 AND MIT)", "license": "(CC-BY-4.0 AND OFL-1.1 AND MIT)"
"scripts": { }
"postinstall": "node attribution.js"
}
}

View File

@ -1,4 +0,0 @@
console.log(`Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
Copyright 2023 Fonticons, Inc.
`)

View File

@ -66,8 +66,5 @@
"./index.js", "./index.js",
"./index.mjs", "./index.mjs",
"./styles.css" "./styles.css"
], ]
"scripts": { }
"postinstall": "node attribution.js"
}
}

View File

@ -1,4 +0,0 @@
console.log(`Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
Copyright 2023 Fonticons, Inc.
`)

View File

@ -49,8 +49,5 @@
}, },
"./package.json": "./package.json", "./package.json": "./package.json",
"./*": "./*.js" "./*": "./*.js"
},
"scripts": {
"postinstall": "node attribution.js"
} }
} }

View File

@ -1,4 +0,0 @@
console.log(`Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
Copyright 2023 Fonticons, Inc.
`)

View File

@ -49,8 +49,5 @@
}, },
"./package.json": "./package.json", "./package.json": "./package.json",
"./*": "./*.js" "./*": "./*.js"
},
"scripts": {
"postinstall": "node attribution.js"
} }
} }

View File

@ -1,4 +0,0 @@
console.log(`Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
Copyright 2023 Fonticons, Inc.
`)

View File

@ -49,8 +49,5 @@
}, },
"./package.json": "./package.json", "./package.json": "./package.json",
"./*": "./*.js" "./*": "./*.js"
},
"scripts": {
"postinstall": "node attribution.js"
} }
} }