diff options
-rw-r--r-- | core/gjs/package.json | 7 |
1 files changed, 4 insertions, 3 deletions
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" |