Skip to content

Commit 50c7a88

Browse files
author
Patrick Burtchaell
authored
Fix npmignore for TS definitions (#237)
1 parent 612043c commit 50c7a88

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ test/
1111
.npmignore
1212
.travis.yml
1313
webpack.config.js
14+
!src/index.d.ts

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "redux-promise-middleware",
33
"description": "Enables simple, yet robust handling of async action creators in Redux",
4-
"version": "6.0.0",
4+
"version": "6.0.1",
55
"main": "dist/index.js",
66
"types": "src/index.d.ts",
77
"module": "dist/es/index.js",

0 commit comments

Comments
 (0)