File tree Expand file tree Collapse file tree 5 files changed +567
-11
lines changed
Expand file tree Collapse file tree 5 files changed +567
-11
lines changed Original file line number Diff line number Diff line change 1+ fix
2+ Bundle to avoid issues with downstream dependencies
Original file line number Diff line number Diff line change 138138vite.config.js.timestamp- *
139139vite.config.ts.timestamp- *
140140lib
141+ dist
Original file line number Diff line number Diff line change 44 "type" : " module" ,
55 "description" : " Changelog pre-commit" ,
66 "bin" : {
7- "heeler" : " ./bin /heeler.js"
7+ "heeler" : " ./dist /heeler.js"
88 },
99 "scripts" : {
10+ "build" : " rollup -c" ,
1011 "prepare" : " husky"
1112 },
1213 "keywords" : [
1617 "author" : " Jolyn Denning" ,
1718 "license" : " MIT" ,
1819 "packageManager" : " pnpm@10.17.0" ,
19- "dependencies" : {
20- "@inquirer/prompts" : " 7.8.3" ,
21- "simple-git" : " ^3.28.0"
22- },
2320 "devDependencies" : {
21+ "@inquirer/prompts" : " 7.8.3" ,
22+ "@rollup/plugin-commonjs" : " ^28.0.6" ,
23+ "@rollup/plugin-json" : " ^6.1.0" ,
24+ "@rollup/plugin-node-resolve" : " ^16.0.1" ,
2425 "husky" : " ^9.1.7" ,
2526 "prettier" : " ^3.6.2" ,
2627 "pretty-quick" : " ^4.2.2" ,
27- "semver" : " ^7.7.2"
28+ "rollup" : " ^4.52.0" ,
29+ "semver" : " ^7.7.2" ,
30+ "simple-git" : " ^3.28.0"
2831 }
2932}
You can’t perform that action at this time.
0 commit comments