Skip to content

Commit 21f3026

Browse files
Merge pull request #48 from bitgopatmcl/edit-every-package
Edit every package
2 parents db3c20d + 200c95e commit 21f3026

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

packages/express-wrapper/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,5 @@ export function createServer<Spec extends ApiSpec>(
149149

150150
return app;
151151
}
152+
153+
// release the package

packages/io-ts-http/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ export * from './httpResponse';
99
export * from './httpRequest';
1010
export * from './httpRoute';
1111
export * from './query-params';
12+
13+
// release the package
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
export * from './project';
2+
3+
// release the package

packages/response/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ export const Response = {
3535
internalError: responseFunction('internalError'),
3636
serviceUnavailable: responseFunction('serviceUnavailable'),
3737
};
38+
39+
// release the package
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
export * from './request';
22
export * from './routes';
3+
4+
// release the package

0 commit comments

Comments
 (0)