diff --git a/.npmignore b/.npmignore index 62abfb1..837f49e 100644 --- a/.npmignore +++ b/.npmignore @@ -4,6 +4,7 @@ test .gitignore tsconfig.json *.ts +!*.d.ts .idea webpack.* .travis.yml diff --git a/index.ts b/index.ts index 559cc44..6c2f995 100644 --- a/index.ts +++ b/index.ts @@ -1,3 +1,3 @@ export {transaction, setTransactionTimeout, TransactionPromise, TransactionPhase} from './lib/transaction'; export {transactionReducer} from './lib/reducer'; -export {transactionMiddleware} from './lib/middleware'; \ No newline at end of file +export {transactionMiddleware} from './lib/middleware'; diff --git a/package.json b/package.json index ee8e4bd..d975823 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-tx", - "version": "0.1.0", + "version": "0.2.1", "license": "MIT", "description": "Optimistic Transactions for Redux", "keywords": [