Skip to content

Commit

Permalink
Hopefully fix broken build caused by a changed dependency in one of t…
Browse files Browse the repository at this point in the history
  • Loading branch information
muenchdo committed Jun 17, 2016
1 parent 5c0092a commit 1b5afab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -223,3 +223,5 @@ task stage(dependsOn: 'bootRepackage') {

compileJava.dependsOn processResources
processResources.dependsOn cleanResources

bower.dependsOn npmInstall
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
"protractor-jasmine2-screenshot-reporter": "0.3.1",
"proxy-middleware": "0.15.0",
"run-sequence": "1.1.5",
"yargs": "4.6.0"
"yargs": "4.6.0",
"gulp-header": "1.8.2"
},
"engines": {
"node": "^4.3"
Expand Down

0 comments on commit 1b5afab

Please sign in to comment.