Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e89d8c

Browse files
committed
Remove lint from test script
1 parent 73b03cc commit 8e89d8c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-intl-redux",
3-
"version": "2.3.0",
3+
"version": "2.2.0",
44
"description": "Redux binding for React Intl",
55
"main": "lib",
66
"side-effects": false,
@@ -9,8 +9,7 @@
99
"clean": "del lib coverage",
1010
"lint": "eslint --ignore-path .gitignore --ext js,md .",
1111
"prepublish": "run-s clean build",
12-
"test": "run-p test:* lint",
13-
"test:ava": "jest"
12+
"test": "jest"
1413
},
1514
"peerDependencies": {
1615
"@babel/runtime": "^7.17.9",

0 commit comments

Comments
 (0)