diff --git a/app/index.html b/app/index.html index 49210729..a5bf1011 100644 --- a/app/index.html +++ b/app/index.html @@ -97,7 +97,7 @@ - + diff --git a/bower.json b/bower.json index b5f9af94..a7309ada 100644 --- a/bower.json +++ b/bower.json @@ -10,21 +10,22 @@ "angular": "~1.3.17", "angular-bootstrap": ">=0.11.0 <0.14.0", "angular-ui-tree": "2.1.5", - "api-console": "mulesoft/api-console#v3.0.34", + "api-console": "https://github.com/mulesoft/api-console.git#v3.0.34", "es5-shim": "~2.3.0", - "file-saver.js": "~1.20150304.1", + "file-saver.js": "https://github.com/eligrey/FileSaver.js.git#v2.0.4", + "FileSaver": "https://github.com/eligrey/FileSaver.js.git#683f689326c231002164621dc8a6451df4e86e8a", + "vkbeautify": "https://github.com/vkiryukhin/vkBeautify.git#ecfc3b9e2b911ad8ebd49600c4089aca30619f29", "font-awesome": "~4.0.3", - "json-schema-ref-parser": "xaka/json-schema-ref-parser#v2.2.1", + "json-schema-ref-parser": "https://github.com/xaka/json-schema-ref-parser.git#v2.2.1", "jszip": "~2.0.0", "promise-polyfill": "~6.0.2", "crypto-js": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/crypto-js/CryptoJS%20v3.1.2.zip", "js-polyfills": "0.1.42" }, "devDependencies": { - "angular-mocks": ">=1.2.0 <1.4.0", - "sinonjs": "~1.7.1" + "angular-mocks": ">=1.2.0 <1.4.0" }, "resolutions": { "angular": "~1.3.17" } -} +} \ No newline at end of file diff --git a/karma.conf.js b/karma.conf.js index 4db6b22d..f8a964f9 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -49,7 +49,7 @@ module.exports = function(config) { 'bower_components/angular-marked/angular-marked.js', 'bower_components/angular-highlightjs/angular-highlightjs.js', 'bower_components/api-console/dist/scripts/api-console.js', - 'bower_components/file-saver.js/FileSaver.js', + 'bower_components/file-saver.js/dist/FileSaver.js', 'bower_components/json-schema-ref-parser/dist/ref-parser.js', 'bower_components/angular-mocks/angular-mocks.js',