Skip to content

Commit

Permalink
Add missing modules to browser example
Browse files Browse the repository at this point in the history
This was failing in CI, hopefully this fixes it.
  • Loading branch information
johanbrandhorst committed Sep 1, 2018
1 parent c30b7d6 commit 68f4e8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"jasmine": "^2.4.1",
"phantomjs": "^2.1.7",
"swagger-client": "^2.1.28",
"webpack-stream": "^3.2.0"
"webpack-stream": "^3.2.0",
"bower-logger": "^0.2.2",
"mout": "^1.1.0",
"bower-config": "^0.6.2"
}
}

0 comments on commit 68f4e8d

Please sign in to comment.