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 1aeb631
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"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",
"configstore": "^4.0.0"
}
}

0 comments on commit 1aeb631

Please sign in to comment.