浏览代码

Merge pull request #1916 from kohenkatz/patch-1

Load Grunt only in development
wenzhixin 10 年之前
父节点
当前提交
69bac174d6
共有 1 个文件被更改,包括 3 次插入5 次删除
  1. 3 5
      package.json

+ 3 - 5
package.json

@@ -6,7 +6,8 @@
   "directories": {
     "doc": "docs"
   },
-  "dependencies": {
+  "devDependencies": {
+    "cz-conventional-changelog": "^1.1.5",
     "grunt-contrib-copy": "^0.8.0",
     "grunt-contrib-concat": "^0.5.1",
     "grunt-contrib-clean": "^0.6.0",
@@ -34,12 +35,9 @@
     "url": "https://github.com/wenzhixin/bootstrap-table/issues"
   },
   "homepage": "https://github.com/wenzhixin/bootstrap-table",
-  "devDependencies": {
-    "cz-conventional-changelog": "^1.1.5"
-  },
   "config": {
     "commitizen": {
       "path": "./node_modules/cz-conventional-changelog"
     }
   }
-}
+}