Skip to content

Commit

Permalink
Cleanup example dependencies from try and error
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Mar 13, 2024
1 parent f941a6e commit c0923d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions examples/gjs/gtk-4-custom-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@
"typescript": "^5.4.2"
},
"dependencies": {
"@girs/freetype2-2.0": "workspace:^",
"@girs/gio-2.0": "workspace:^",
"@girs/gjs": "workspace:^",
"@girs/glib-2.0": "workspace:^",
"@girs/gobject-2.0": "workspace:^",
"@girs/graphene-1.0": "workspace:^",
"@girs/gtk-4.0": "workspace:^",
"@girs/harfbuzz-0.0": "workspace:^"
"@girs/gtk-4.0": "workspace:^"
}
}
3 changes: 1 addition & 2 deletions examples/gjs/gtk-4-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"@girs/gio-2.0": "workspace:^",
"@girs/gjs": "workspace:^",
"@girs/glib-2.0": "workspace:^",
"@girs/gtk-4.0": "workspace:^",
"@girs/harfbuzz-0.0": "workspace:^"
"@girs/gtk-4.0": "workspace:^"
}
}

0 comments on commit c0923d4

Please sign in to comment.