Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b03cc commit 8e89d8cCopy full SHA for 8e89d8c
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-intl-redux",
3
- "version": "2.3.0",
+ "version": "2.2.0",
4
"description": "Redux binding for React Intl",
5
"main": "lib",
6
"side-effects": false,
@@ -9,8 +9,7 @@
9
"clean": "del lib coverage",
10
"lint": "eslint --ignore-path .gitignore --ext js,md .",
11
"prepublish": "run-s clean build",
12
- "test": "run-p test:* lint",
13
- "test:ava": "jest"
+ "test": "jest"
14
},
15
"peerDependencies": {
16
"@babel/runtime": "^7.17.9",
0 commit comments