Skip to content

Commit

Permalink
feat: use action creators as parameter of afterAction, beforeAction, …
Browse files Browse the repository at this point in the history
…remove dependencies
  • Loading branch information
megazazik committed Apr 13, 2020
1 parent c13335e commit e4d886d
Show file tree
Hide file tree
Showing 5 changed files with 420 additions and 96 deletions.
214 changes: 169 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@
"author": "megazazik <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/sinon": "^9.0.0",
"@types/tape": "^4.2.34",
"commitizen": "^4.0.3",
"commitizen": "^4.0.4",
"conventional-changelog-cli": "^2.0.23",
"cz-conventional-changelog": "^3.0.2",
"encaps": "^0.8.1",
"redux": "^4.0.0",
"sinon": "^9.0.2",
"tape": "^4.13.2",
"ts-node": "^8.8.1",
"typescript": "^3.8.3"
Expand All @@ -39,10 +42,7 @@
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"eventemitter3": "^4.0.0",
"redux": "^4.0.0"
},
"dependencies": {},
"files": [
"dist",
"dist-es",
Expand All @@ -51,4 +51,4 @@
"redux"
],
"sideEffects": false
}
}
Loading

0 comments on commit e4d886d

Please sign in to comment.