Skip to content

Commit

Permalink
update export
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarbounakis committed Dec 2, 2019
1 parent b066e5e commit 21ef0d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/@themost/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@themost/express",
"version": "1.5.1",
"version": "1.5.2",
"description": "MOST Data ORM Express Middleware",
"main": "dist/themost_express.js",
"types": "dist/themost_express.d.ts",
Expand Down
3 changes: 1 addition & 2 deletions modules/@themost/express/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
* Use of this source code is governed by an BSD-3-Clause license that can be
* found in the LICENSE file at https://themost.io/license
*/
import * as serviceRouter from './service';
export * from './app';
export * from './middleware';
export * from './helpers';
export {serviceRouter};
export * from './service';
3 changes: 1 addition & 2 deletions modules/@themost/express/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
* Use of this source code is governed by an BSD-3-Clause license that can be
* found in the LICENSE file at https://themost.io/license
*/
import * as serviceRouter from './service';
export * from './app';
export * from './middleware';
export * from './helpers';
export {serviceRouter};
export * from './service';

0 comments on commit 21ef0d7

Please sign in to comment.