Skip to content

Commit

Permalink
chore: 删除多余依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
caijf committed Jul 16, 2024
1 parent 28d7512 commit 4c41e37
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build:doc": "npm run doc",
"doc": "rm -rf docs && rm -rf docs-src && tsc -p tsconfig.build.json -t esnext --outDir docs-src && jsdoc -c conf.json && rm -rf docs-src",
"doc:open": "open ./docs/index.html",
"prettier": "prettier --write 'src/**/*.ts' && prettier --write 'test/**/*.ts'",
"prettier": "prettier -w **/*",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"commit": "cz",
Expand Down Expand Up @@ -84,7 +84,7 @@
},
"lint-staged": {
"**/*.ts": "eslint",
"**/*.{js,ts,md}": "prettier --write"
"**/*.{js,ts,md}": "prettier -w"
},
"config": {
"commitizen": {
Expand All @@ -93,7 +93,6 @@
},
"dependencies": {
"cache2": "^3.0.0",
"emitter-pro": "^1.2.1",
"tslib": "^2.6.3",
"ut2": "^1.10.1"
},
Expand Down

0 comments on commit 4c41e37

Please sign in to comment.