Skip to content

Commit

Permalink
Merge branch 'master' into configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
SerayaEryn committed Jun 18, 2020
2 parents 93a7810 + 4bb2a81 commit 034d089
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

![Build Status](https://github.com/SerayaEryn/revane-ioc/workflows/ci/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/SerayaEryn/revane-ioc/badge.svg?branch=master)](https://coveralls.io/github/SerayaEryn/revane-ioc?branch=master)
[![NPM version](https://img.shields.io/npm/v/revane-ioc.svg?style=flat)](https://www.npmjs.com/package/revane-ioc) [![Greenkeeper badge](https://badges.greenkeeper.io/SerayaEryn/revane-ioc.svg)](https://greenkeeper.io/)
[![NPM version](https://img.shields.io/npm/v/revane-ioc.svg?style=flat)](https://www.npmjs.com/package/revane-ioc)

`revane-ioc` is a inversion of control framework inspired by spring.

Expand Down Expand Up @@ -396,4 +396,4 @@ Inject('test')(Example)

## License

[MIT](./LICENSE)
[MIT](./LICENSE)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/express": "^4.11.1",
"@types/node": "^13.7.0",
"@types/node": "^14.0.0",
"ava": "^3.9.0",
"nyc": "^15.0.0",
"ts-node": "^8.6.2",
Expand Down

0 comments on commit 034d089

Please sign in to comment.