Remove 'twenty-app' keyword by default (#19669)

as title
This commit is contained in:
martmull
2026-04-14 10:26:45 +02:00
committed by GitHub
parent 5fa3094800
commit 194f0963dc
2 changed files with 2 additions and 4 deletions
@@ -87,7 +87,7 @@ Publishing to npm makes your app discoverable in the Twenty marketplace. Any Twe
### Requirements
- An [npm](https://www.npmjs.com) account
- The `twenty-app` keyword in your `package.json` `keywords` array (already included when you scaffold with `create-twenty-app`)
- The `twenty-app` keyword in your `package.json` `keywords` array (add it manually — it is not included by default in the `create-twenty-app` template)
```json filename="package.json"
{