File tree Expand file tree Collapse file tree 2 files changed +1
-615
lines changed Expand file tree Collapse file tree 2 files changed +1
-615
lines changed Original file line number Diff line number Diff line change 3030 "@typescript-eslint/eslint-plugin" : " ^4.33.0" ,
3131 "@typescript-eslint/parser" : " ^4.33.0" ,
3232 "coveralls" : " ^3.1.0" ,
33- "cz-conventional-changelog" : " 3.3.0" ,
3433 "eslint" : " ^7.32.0" ,
3534 "eslint-config-prettier" : " ^6.15.0" ,
3635 "eslint-plugin-prettier" : " ^3.1.4" ,
37- "husky" : " ^8.0.0" ,
3836 "jest" : " ^26.6.3" ,
3937 "prettier" : " ^2.8.8" ,
4038 "ts-jest" : " ^26.5.6" ,
5250 "build" : " npm run lint && tsc && npm run build:browser" ,
5351 "coverage" : " jest --coverage && coveralls < coverage/lcov.info" ,
5452 "prepublish" : " npm test && npm run build" ,
55- "lint" : " eslint 'src/**/*.{ts,js}'" ,
56- "prepare" : " husky install"
53+ "lint" : " eslint 'src/**/*.{ts,js}'"
5754 },
5855 "repository" : {
5956 "type" : " git" ,
6057 "url" : " https://github.com/suchjs/reregexp"
6158 },
6259 "bugs" : {
6360 "url" : " https://github.com/suchjs/reregexp/issues"
64- },
65- "config" : {
66- "commitizen" : {
67- "path" : " ./node_modules/cz-conventional-changelog"
68- }
69- },
70- "husky" : {
71- "hooks" : {
72- "prepare-commit-msg" : " exec < /dev/tty && git cz --hook || true"
73- }
7461 }
7562}
You can’t perform that action at this time.
0 commit comments