Browse Source

调整package.json升级roadhog依赖尝试解决build失败问题

xiaoct 7 years ago
parent
commit
7d9e323e0a
2 changed files with 3 additions and 5 deletions
  1. 2 1
      .gitignore
  2. 1 4
      package.json

+ 2 - 1
.gitignore

@@ -11,4 +11,5 @@ gitbook/product/_book
 gitbook/product/node_modules
 gitbook/BI商业智能平台 - 产品文档.pdf
 gitbook/BI商业智能平台 - 研发设计文档.pdf
-issueMD/
+issueMD/
+yarn.lock

+ 1 - 4
package.json

@@ -44,9 +44,6 @@
     "eslint-plugin-standard": "^3.1.0",
     "husky": "^0.12.0",
     "redbox-react": "^1.4.3",
-    "roadhog": "^2.0.0"
-  },
-  "cnpm": {
-    "mode": "npm"
+    "roadhog": "^2.5.0-beta.1"
   }
 }