Sfoglia il codice sorgente

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 anni fa
parent
commit
712c0b359d
2 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 2 0
      CHANGES.txt
  2. 1 2
      ambari-web/package.json

+ 2 - 0
CHANGES.txt

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

+ 1 - 2
ambari-web/package.json

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