mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-19 01:19:46 -05:00
feat: cleanup package.json
This commit is contained in:
@@ -51,6 +51,7 @@ async function init() {
|
||||
delete packageJson.repository;
|
||||
delete packageJson.license;
|
||||
delete packageJson.bin;
|
||||
delete packageJson.files;
|
||||
fs.writeFileSync(packageJsonPath, JSON.stringify(packageJson, null, 2));
|
||||
|
||||
// Remove the bin directory
|
||||
|
||||
Reference in New Issue
Block a user