Files
speckle-server/package.json
T
Gergő Jedlicska 7d31a5c847 chore(commitizen config): git cz droped me to a text editor without starting cz session
explicitly configuring commitizen with cz changelog fixes the issue, also its not strictly necessary
to install cz globally this way
2021-09-07 17:02:35 +02:00

17 lines
285 B
JSON

{
"name": "root",
"private": true,
"devDependencies": {
"cz-conventional-changelog": "^3.3.0",
"lerna": "^3.22.1"
},
"dependencies": {
"three": "^0.125.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}