Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix bower version numbers for the Hawkular console to be fixed (for h…
Browse files Browse the repository at this point in the history
…awt.io libs) and let the hawkular-ui-components float with new versions of patches available to hawkular console when they are published (via bower).
  • Loading branch information
mtho11 committed Feb 3, 2015
1 parent 6f88a6e commit c1e006e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ui/console/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hawkular-console",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"keywords": [
"hawtio hawkular console"
Expand All @@ -12,14 +12,14 @@
"plugins"
],
"dependencies": {
"hawtio-core": "~2.0.0",
"hawtio-core-navigation": "~2.0.0",
"hawtio-utilities": "~2.0.0",
"hawkular-ui-components": "~0.1.6"
"hawtio-core": "2.0.9",
"hawtio-core-navigation": "2.0.17",
"hawtio-utilities": "2.0.16",
"hawkular-ui-components": "~0.1.8"
},
"devDependencies": {
"bootstrap": "~3.3.1",
"patternfly": "~1.1.2",
"hawtio-core-dts": "~2.0.0"
"bootstrap": "3.3.2",
"patternfly": "1.1.3",
"hawtio-core-dts": "2.0.9"
}
}

0 comments on commit c1e006e

Please sign in to comment.