Skip to content

Commit

Permalink
fix: remove unwanted deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed Aug 10, 2024
1 parent f4135ca commit ef4c987
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 217 deletions.
215 changes: 0 additions & 215 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lint": "oxlint -A no-new-array",
"test": "bun test --preload=\"./test/setup.ts\" --coverage",
"test:watch": "npm run test -- --watch",
"develop": "concurrently \"./node_modules/.bin/tsc --watch\" \"./node_modules/.bin/karma start\"",
"develop": "concurrently \"npm run build -- --watch\" \"npm run test:watch\"",
"prebuild": "cross-env rimraf dist",
"build": "rollup -c --environment NODE_ENV:production",
"postbuild": "npm run build:dts",
Expand All @@ -57,7 +57,6 @@
"commit-and-tag-version": "12.4.1",
"concurrently": "^8.2.2",
"conventional-changelog-cli": "^5.0.0",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"dts-bundle-generator": "^9.5.1",
"oxlint": "^0.7.0",
Expand Down

0 comments on commit ef4c987

Please sign in to comment.