Skip to content

Commit 42cbc5b

Browse files
jeanp413roboquat
authored andcommitted
Add missing entrypoint
1 parent 077ee27 commit 42cbc5b

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

components/public-api/typescript/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name": "@gitpod/public-api",
33
"version": "0.1.5",
44
"license": "UNLICENSED",
5+
"main": "./lib/index.js",
6+
"types": "./lib/index.d.ts",
57
"files": [
68
"lib"
79
],
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/**
2+
* Copyright (c) 2022 Gitpod GmbH. All rights reserved.
3+
* Licensed under the GNU Affero General Public License (AGPL).
4+
* See License-AGPL.txt in the project root for license information.
5+
*/
6+
7+
export * from "./pagination_pb";
8+
export * from "./workspaces_pb";
9+
export * from "./workspaces_connectweb";

0 commit comments

Comments
 (0)