Преглед изворни кода

chore: added commitizen

Signed-off-by: Sebastian Haas <sebastian@haas.tech>
Sebastian Haas пре 8 година
родитељ
комит
ed4a38046e
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      package.json

+ 6 - 0
package.json

@@ -56,6 +56,7 @@
   "devDependencies": {
     "browserify": "^14.0.0",
     "chai": "^3.5.0",
+    "cz-conventional-changelog": "^2.0.0",
     "grunt": "^1.0.1",
     "grunt-browserify": "^5.0.0",
     "grunt-contrib-clean": "^1.0.0",
@@ -86,5 +87,10 @@
     "typedoc": "^0.5.7",
     "typescript": "^2.2.1",
     "typings": "^2.0.0"
+  },
+  "config": {
+    "commitizen": {
+      "path": "./node_modules/cz-conventional-changelog"
+    }
   }
 }