diff --git a/packages/musher/package.json b/packages/musher/package.json index 1ba9905..c6b7aae 100644 --- a/packages/musher/package.json +++ b/packages/musher/package.json @@ -19,9 +19,7 @@ "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", - "files": [ - "dist" - ], + "files": ["dist"], "scripts": { "build": "tsup", "check": "pnpm check:format && pnpm check:lint && pnpm check:types && pnpm check:test", @@ -55,11 +53,5 @@ "url": "git+https://github.com/musher-dev/typescript-sdk.git", "directory": "packages/musher" }, - "keywords": [ - "musher", - "bundle", - "sdk", - "ai", - "agent" - ] + "keywords": ["musher", "bundle", "sdk", "ai", "agent"] }