Skip to content
This repository has been archived by the owner on Sep 12, 2020. It is now read-only.

Commit

Permalink
v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Oct 30, 2019
1 parent a541797 commit 4588c1f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "next-redux-saga",
"version": "4.0.2",
"version": "4.0.3",
"description": "redux-saga HOC for Next.js",
"repository": "https://github.com/bmealhouse/next-redux-saga.git",
"author": "Brent Mealhouse <bmealhouse@gmail.com>",
"congtributors": [
"contributors": [
"Timon Borter",
"Artem Abzanov",
"Robbin Habermehl"
Expand All @@ -24,12 +24,6 @@
"start": "next",
"test": "jest"
},
"husky": {
"hooks": {
"pre-commit": "xo && lint-staged",
"pre-push": "xo && yarn test"
}
},
"jest": {
"collectCoverage": true,
"verbose": true,
Expand Down Expand Up @@ -116,7 +110,7 @@
"react-test-renderer": "16.8.1",
"redux": "4.0.1",
"redux-saga": "1.0.1",
"release": "6.0.0",
"release": "6.1.0",
"rollup": "1.1.2",
"rollup-plugin-babel": "4.3.2",
"xo": "0.24.0"
Expand Down

0 comments on commit 4588c1f

Please sign in to comment.