Skip to content

Commit

Permalink
cleanup: Avoid setting modules versions
Browse files Browse the repository at this point in the history
This is something the shell does for us, so no need to redo it.
  • Loading branch information
3v1n0 committed Aug 17, 2023
1 parent ff9347e commit efb3f56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dependencies/gi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import Atk from 'gi://Atk';
import Clutter from 'gi://Clutter';
import GLib from 'gi://GLib';
import GObject from 'gi://GObject';
import Gdk from 'gi://Gdk?version=4.0';
import Gdk from 'gi://Gdk';
import GdkPixbuf from 'gi://GdkPixbuf';
import Gio from 'gi://Gio';
import Gtk from 'gi://Gtk?version=4.0';
import Gtk from 'gi://Gtk';
import Meta from 'gi://Meta';
import Pango from 'gi://Pango';
import Shell from 'gi://Shell';
Expand Down
4 changes: 2 additions & 2 deletions prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

import GLib from 'gi://GLib';
import GObject from 'gi://GObject';
import Gdk from 'gi://Gdk?version=4.0';
import Gdk from 'gi://Gdk';
import Gio from 'gi://Gio';
import Gtk from 'gi://Gtk?version=4.0';
import Gtk from 'gi://Gtk';

import {
ExtensionPreferences,
Expand Down

0 comments on commit efb3f56

Please sign in to comment.