From eb41193d47d2c54168f6e0a7732a6307e7486338 Mon Sep 17 00:00:00 2001 From: Aylur Date: Wed, 9 Oct 2024 18:32:49 +0200 Subject: gjs: update package.json --- core/gjs/package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'core') diff --git a/core/gjs/package.json b/core/gjs/package.json index 6440b65..e829409 100644 --- a/core/gjs/package.json +++ b/core/gjs/package.json @@ -16,13 +16,14 @@ }, "exports": { ".": "./index.ts", - "./app": "./src/application.ts", + "./application": "./src/application.ts", + "./binding": "./src/binding.ts", "./file": "./src/file.ts", + "./gobject": "./src/gobject.ts", "./process": "./src/process.ts", "./time": "./src/time.ts", "./variable": "./src/variable.ts", - "./widgets": "./src/widgets.ts", - "./gobject": "./src/gobject.ts" + "./widgets": "./src/widgets.ts" }, "engines": { "gjs": ">=1.79.0" -- cgit v1.2.3