Skip to content

Commit

Permalink
Publish 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pofigizm committed Apr 6, 2022
1 parent 22272d7 commit c3720d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "redux-dynamic-middlewares",
"version": "2.1.0",
"version": "2.2.0",
"description": "Allow add or remove redux middlewares dynamically",
"main": "lib/index.js",
"scripts": {
"lint": "eslint src/ --fix",
"build": "babel -d lib/ src/",
"build": "babel -d lib/ src/ && cp src/index.d.ts lib/",
"test": "jest"
},
"repository": {
Expand Down

0 comments on commit c3720d0

Please sign in to comment.