Github user merrimanr commented on a diff in the pull request:
https://github.com/apache/metron/pull/952#discussion_r172927486
--- Diff: metron-interface/metron-config/package.json ---
@@ -33,6 +28,11 @@
"@angular/platform-browser": "2.0.0",
"@angular/platform-browser-dynamic": "2.0.0",
"@angular/router": "3.0.0",
+ "@types/ace": "0.0.32",
--- End diff --
Were there any real changes made to this file? It looks like some
dependencies were simply rearranged. I do see the addition of `"main":
"index.js"`. What is the purpose of that?
---