diff options
author | Aylur <[email protected]> | 2024-10-09 18:32:49 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-10-09 18:32:49 +0200 |
commit | eb41193d47d2c54168f6e0a7732a6307e7486338 (patch) | |
tree | ad6a7275bbfaa239972d4f8488acb807a7c1ff74 | |
parent | 8108bcc6a34e0460f642dc724f0a26f33b938825 (diff) |
gjs: update package.json
-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" |