Skip to content

Commit de9f566

Browse files
committed
chore: configure Commitizen
1 parent cdf5b73 commit de9f566

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

package.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
"name": "scratch-gui",
33
"version": "0.1.0",
44
"description": "GraphicaL User Interface for creating and running Scratch 3.0 projects",
5+
"author": "Massachusetts Institute of Technology",
6+
"license": "BSD-3-Clause",
7+
"homepage": "https://github.com/LLK/scratch-gui#readme",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+ssh://[email protected]/LLK/scratch-gui.git"
11+
},
512
"main": "./dist/scratch-gui.js",
613
"scripts": {
714
"build": "npm run clean && webpack --colors --bail",
@@ -19,12 +26,10 @@
1926
"test:smoke": "jest --runInBand test[\\\\/]smoke",
2027
"watch": "webpack --colors --watch"
2128
},
22-
"author": "Massachusetts Institute of Technology",
23-
"license": "BSD-3-Clause",
24-
"homepage": "https://github.com/LLK/scratch-gui#readme",
25-
"repository": {
26-
"type": "git",
27-
"url": "git+ssh://[email protected]/LLK/scratch-gui.git"
29+
"config": {
30+
"commitizen": {
31+
"path": "cz-conventional-changelog"
32+
}
2833
},
2934
"dependencies": {
3035
"arraybuffer-loader": "^1.0.6",

0 commit comments

Comments
 (0)