Browse Source

add cz to package.json

zhixin 10 years ago
parent
commit
90bf683e46
1 changed files with 10 additions and 2 deletions
  1. 10 2
      package.json

+ 10 - 2
package.json

@@ -33,5 +33,13 @@
   "bugs": {
     "url": "https://github.com/wenzhixin/bootstrap-table/issues"
   },
-  "homepage": "https://github.com/wenzhixin/bootstrap-table"
-}
+  "homepage": "https://github.com/wenzhixin/bootstrap-table",
+  "devDependencies": {
+    "cz-conventional-changelog": "^1.1.5"
+  },
+  "config": {
+    "commitizen": {
+      "path": "./node_modules/cz-conventional-changelog"
+    }
+  }
+}