Skip to content

Commit 1cb574b

Browse files
committed
fix: Added commander back.
1 parent 5c056a9 commit 1cb574b

File tree

2 files changed

+179
-9
lines changed

2 files changed

+179
-9
lines changed

package-lock.json

Lines changed: 175 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
"@types/react-dom": "^18.3.1",
4848
"astro": "^5.1.7",
4949
"change-case": "5.4.4",
50+
"glob": "^11.0.1",
5051
"nanostores": "^0.11.3",
5152
"react": "^18.3.1",
5253
"react-dom": "^18.3.1",
5354
"sass": "^1.81.0",
54-
"typescript": "^5.6.3",
55-
"glob": "^11.0.1"
55+
"typescript": "^5.6.3"
5656
},
5757
"devDependencies": {
5858
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
@@ -68,6 +68,7 @@
6868
"@typescript-eslint/eslint-plugin": "^8.17.0",
6969
"@typescript-eslint/parser": "^8.17.0",
7070
"babel-jest": "^29.7.0",
71+
"commander": "^13.1.0",
7172
"cz-conventional-changelog": "^3.3.0",
7273
"eslint": "^9.16.0",
7374
"eslint-config-prettier": "^9.1.0",
@@ -88,14 +89,13 @@
8889
"ts-node": "^10.9.2",
8990
"typescript-eslint": "^8.15.0"
9091
},
91-
"repository": {
92+
"repository": {
9293
"type": "git",
9394
"url": "https://github.com/patternfly/patternfly-doc-core.git"
9495
},
9596
"config": {
9697
"commitizen": {
9798
"path": "./node_modules/cz-conventional-changelog"
9899
}
99-
100100
}
101101
}

0 commit comments

Comments
 (0)