Skip to content

Commit

Permalink
fix(aws): scaling policy graph was not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsquared committed Mar 1, 2017
1 parent 9373fa3 commit 74d756e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"jquery-ui": "~1.10.5",
"lodash": "^4.16.1",
"moment-timezone": "^0.4.0",
"n3-charts": "^2.0.18",
"reflect-metadata": "^0.1.9",
"rxjs": "^5.1.0",
"select2-bootstrap-css": "git://github.com/t0m/select2-bootstrap-css.git#v1.3.1",
Expand Down Expand Up @@ -109,7 +110,6 @@
"less": "^2.7.2",
"less-loader": "^2.2.3",
"loader-utils": "^0.2.16",
"n3-charts": "^2.0.18",
"ng-annotate-loader": "0.2.0",
"ng-annotate-webpack-plugin": "^0.2.1-pre",
"ngtemplate-loader": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function configure(IS_TEST) {
vendor: [
'jquery', 'angular', 'angular-ui-bootstrap', 'angular-ui-router', 'source-sans-pro',
'angular-cache', 'angular-marked', 'angular-messages', 'angular-sanitize', 'bootstrap',
'clipboard', 'jquery-ui', 'moment-timezone', 'rxjs',
'clipboard', 'd3', 'jquery-ui', 'moment-timezone', 'rxjs',
]
};

Expand Down

0 comments on commit 74d756e

Please sign in to comment.