diff --git a/.npmignore b/.npmignore index 71c095c0..31297dfa 100644 --- a/.npmignore +++ b/.npmignore @@ -11,3 +11,4 @@ test/ .npmignore .travis.yml webpack.config.js +!src/index.d.ts diff --git a/package.json b/package.json index 2b41f272..c7920374 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "redux-promise-middleware", "description": "Enables simple, yet robust handling of async action creators in Redux", - "version": "6.0.0", + "version": "6.0.1", "main": "dist/index.js", "types": "src/index.d.ts", "module": "dist/es/index.js",