Skip to content

Commit

Permalink
chore: rename network to chi_network
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Apr 16, 2020
1 parent 2aa6d96 commit 46b04fa
Show file tree
Hide file tree
Showing 52 changed files with 14,802 additions and 1,225 deletions.
13 changes: 12 additions & 1 deletion src/chi_app.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
{
"modules": [
{ "name": "mobile_throttling", "type": "autostart" },

{ "name": "chi_cookie_table" },
{ "name": "chi_elements" },
{ "name": "har_importer" },
{ "name": "chi_network" },

{ "name": "cm" },
{ "name": "cm_web_modes" },
{ "name": "color_picker" },
{ "name": "chi_console" },
{ "name": "data_grid" },
{ "name": "diff" },
{ "name": "event_listeners" },
{ "name": "formatter" },
{ "name": "heap_snapshot_model" },
{ "name": "inline_editor" },
{ "name": "object_ui" },
{ "name": "perf_ui" },
{ "name": "profiler" },
{ "name": "search" },
{ "name": "source_frame" },
{ "name": "text_editor" }
{ "name": "text_editor" },
{ "name": "workspace_diff" }
],
"extends": "empty_app",
"has_html": true
Expand Down
Loading

0 comments on commit 46b04fa

Please sign in to comment.