Skip to content

Commit 13a23cb

Browse files
committed
Bundle to pin dependencies
1 parent 95ba370 commit 13a23cb

File tree

5 files changed

+567
-11
lines changed

5 files changed

+567
-11
lines changed

.changelog/01.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fix
2+
Bundle to avoid issues with downstream dependencies

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,4 @@ dist
138138
vite.config.js.timestamp-*
139139
vite.config.ts.timestamp-*
140140
lib
141+
dist

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
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": [
@@ -16,14 +17,16 @@
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
}

0 commit comments

Comments
 (0)