Skip to content

Commit

Permalink
fix: update @augejs/provider-scanner ver
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Sep 12, 2020
1 parent aec783b commit 92a0dcc
Show file tree
Hide file tree
Showing 16 changed files with 1,403 additions and 120 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ tsconfig.tsbuildinfo
.eslintrc
jest.config.js
.github/

main.example.ts
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 0.0.18 (2020-09-12)


### Bug Fixes

* update @augejs/provider-scanner ver ([e421285](https://github.com/augejs/application/commit/e4212854c1d33b4eae4b20ddbd6d6e60d047aaa7))



2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A Module is a container which can fill with kinds of providers.

A Provider is a abstract concept. Maybe an Entity, a File, a structure, a component, a service, or a string.

### How To Use
### Usage
```javascript

import { boot, Application } from '@augejs/module-core';
Expand Down
Loading

0 comments on commit 92a0dcc

Please sign in to comment.