Skip to content
This repository was archived by the owner on Feb 2, 2018. It is now read-only.

Commit b88e3b1

Browse files
committed
Fix export
1 parent fa334ae commit b88e3b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright IBM Corp. 2017. All Rights Reserved.
2-
// Node module: @loopback/core
2+
// Node module: loopback-next-extension-starter
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT
55

6-
export * from './dist/lib';
6+
export * from './dist';

0 commit comments

Comments
 (0)