Skip to content

Commit

Permalink
style: fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jannyHou committed Dec 27, 2017
1 parent 9db9345 commit c4b8c94
Show file tree
Hide file tree
Showing 6 changed files with 336 additions and 341 deletions.
2 changes: 1 addition & 1 deletion packages/openapi-specgen/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// Node module: @loopback/openapi-spec
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT
export * from './dist/src';
export * from './dist/src';
2 changes: 1 addition & 1 deletion packages/openapi-specgen/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
const nodeMajorVersion = +process.versions.node.split('.')[0];
module.exports = nodeMajorVersion >= 7 ?
require('./dist/src') :
require('./dist6/src');
require('./dist6/src');
2 changes: 1 addition & 1 deletion packages/openapi-specgen/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT
// NOTE(bajtos) This file is used by VSCode/TypeScriptServer at dev time only
export * from './src';
export * from './src';
2 changes: 1 addition & 1 deletion packages/openapi-specgen/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './decorators/controller-decorators/metadata';
export * from './decorators/controller-decorators/metadata';
Loading

0 comments on commit c4b8c94

Please sign in to comment.