diff options
Diffstat (limited to 'examples/with-rollup/package.json')
| -rw-r--r-- | examples/with-rollup/package.json | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/with-rollup/package.json b/examples/with-rollup/package.json deleted file mode 100644 index 4a858cc..0000000 --- a/examples/with-rollup/package.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "private": true, - "workspaces": [ - "apps/*", - "packages/*" - ], - "scripts": { - "build": "turbo run build", - "dev": "turbo run dev", - "lint": "turbo run lint", - "format": "prettier --write \"**/*.{ts,tsx,md}\"" - }, - "devDependencies": { - "eslint": "^7.32.0", - "eslint-config-custom": "workspace:*", - "prettier": "^2.5.1", - "turbo": "canary" - } -} |
