remove unused phantomjs dep (#1797)

This commit is contained in:
Eugenio Romano
2017-03-31 18:08:40 +01:00
committed by Mario Romano
parent 8272b08f6a
commit a0eccd2b6c
3 changed files with 1 additions and 5 deletions

View File

@@ -29,13 +29,11 @@
margin-right: 4px;
}
.home--card__text {
font-size: 16px;
line-height: 18px;
}
.home--feature-list {
list-style: none;
padding-left: 0;

View File

@@ -34,7 +34,7 @@
</div>
<!-- ACTIVITI-->
<!-- Process Services-->
<div class="demo-card-square mdl-card mdl-shadow--2dp home-cards">
<div class="mdl-card__title mdl-card--expand" routerLink="/activiti">
<h2 class="mdl-card__title-text">

View File

@@ -120,13 +120,11 @@
"karma-chrome-launcher": "2.0.0",
"karma-jasmine": "^1.0.2",
"karma-mocha-reporter": "^2.2.1",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"license-check": "1.1.5",
"mime": "^1.3.4",
"null-loader": "^0.1.1",
"phantomjs-prebuilt": "^2.1.7",
"raw-loader": "^0.5.1",
"rimraf": "^2.5.2",
"script-loader": "^0.7.0",