Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luvies committed Feb 26, 2019
1 parent 332668b commit daf10d8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-injection",
"version": "1.1.0",
"version": "1.1.1",
"main": "./lib/index.js",
"license": "MIT",
"repository": "luvies/react-injection",
Expand Down Expand Up @@ -35,6 +35,15 @@
"tslint-react": "^3.6.0",
"typescript": "3.3.3333"
},
"keywords": [
"react",
"dependency",
"injection",
"dependency-injection",
"hook",
"hooks",
"inversify"
],
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}",
Expand Down

0 comments on commit daf10d8

Please sign in to comment.