Skip to content

Commit

Permalink
fix: remove rollup dep
Browse files Browse the repository at this point in the history
  • Loading branch information
roerohan committed Feb 24, 2025
1 parent 80a3dae commit cec8373
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
29 changes: 0 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"dev": "vite",
"start": "vite",
"build": "tsc -b && vite build",
"build:lib": "rollup -c",
"build:lib": "tsc -b && vite build",
"lint": "eslint . --ext .ts --ext .js",
"lint:fix": "npm run lint -- --fix",
"prepare": "is-ci || husky install",
Expand Down Expand Up @@ -75,7 +75,6 @@
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@rollup/plugin-typescript": "^12.1.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
Expand All @@ -96,7 +95,6 @@
"globals": "^16.0.0",
"husky": "^9.1.7",
"is-ci": "^4.1.0",
"rollup": "^4.34.8",
"semantic-release": "^24.2.3",
"typescript": "^5.7.3",
"typescript-eslint": "^8.25.0",
Expand Down

0 comments on commit cec8373

Please sign in to comment.