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

Commit

Permalink
Revert project structure changes as discussed in #7
Browse files Browse the repository at this point in the history
Will remove `package.json` once #8 has landed.
  • Loading branch information
virkt25 committed Oct 11, 2017
1 parent 91762d0 commit 7f0873c
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 26 deletions.
3 changes: 3 additions & 0 deletions src/controllers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Controllers

This directory contains source files for the controllers exported by this extension.
6 changes: 0 additions & 6 deletions src/decorator-txIdFromHeader/index.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,3 @@ You can check out the following resource to learn more about decorators and how

- [TypeScript Handbook: Decorators](https://www.typescriptlang.org/docs/handbook/decorators.html)
- [Decorators in LoopBack](http://loopback.io/doc/en/lb4/Decorators.html)

## Contributions

- [Guidelines](http://loopback.io/doc/en/contrib/index.html)
- [Join the team](https://github.com/strongloop/loopback-next/issues/110)

## Tests

Run `npm test` from the root folder.

## Contributors

See [all contributors](https://github.com/strongloop/loopback-next-extension-starter/graphs/contributors).

## License

MIT
2 changes: 1 addition & 1 deletion src/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

export * from './decorator-txIdFromHeader';
export * from './decorators/txIdFromHeader.decorator';
4 changes: 4 additions & 0 deletions src/providers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Providers

This directory contains providers contributing additional bindings, for example
custom sequence actions.
3 changes: 3 additions & 0 deletions src/repositories/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Repositories

This directory contains code for repositories provided by this extension.
2 changes: 1 addition & 1 deletion test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
--compilers ts:ts-node/register
--recursive
--reporter dot
dist/test
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lib": ["es2017", "dom"],
"module": "commonjs",
"moduleResolution": "node",
"target": "es6",
"target": "es2017",
"outDir": "dist",
"sourceMap": true,
"declaration": true
Expand Down

0 comments on commit 7f0873c

Please sign in to comment.