瀏覽代碼

AMBARI-1864. Remove package dependency on mocha-phantomjs. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1466564 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 年之前
父節點
當前提交
712c0b359d
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 2 0
      CHANGES.txt
  2. 1 2
      ambari-web/package.json

+ 2 - 0
CHANGES.txt

@@ -239,6 +239,8 @@ Trunk (unreleased changes):
 
  IMPROVEMENTS
 
+ AMBARI-1864. Remove package dependency on mocha-phantomjs. (yusaku)
+
  AMBARI-1844. Need ability to update multiple hosts in 1 PUT call.
  (tbeerbower)
 

+ 1 - 2
ambari-web/package.json

@@ -26,7 +26,6 @@
     "chai":"*",
     "sinon":"*",
     "sinon-chai":"*",
-    "express":"2.5.8",
-    "mocha-phantomjs": "*"
+    "express":"2.5.8"
   }
 }