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 4, 2017
1 parent 4190c1d commit 5595fb1
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 27 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"@loopback/testlab": "^4.0.0-alpha.7",
"@types/mocha": "^2.2.43",
"mocha": "^3.5.3",
"ts-node": "^3.3.0",
"tslint": "^5.7.0",
"typescript": "^2.5.2"
}
Expand Down
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 5595fb1

Please sign in to comment.