Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit 8d5bc7b

Browse files
author
ESLint Jenkins
committed
4.0.0
1 parent 08d985d commit 8d5bc7b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
55
"homepage": "https://github.com/eslint/typescript-eslint-parser",
66
"main": "parser.js",
7-
"version": "3.0.0",
7+
"version": "4.0.0",
88
"files": [
99
"lib",
1010
"parser.js"
@@ -55,9 +55,11 @@
5555
"typescript": "*"
5656
},
5757
"jest": {
58-
"testRegex": "tests\/lib\/.+\\.js$",
58+
"testRegex": "tests/lib/.+\\.js$",
5959
"testPathIgnorePatterns": [],
6060
"collectCoverage": true,
61-
"coverageReporters": ["text-summary"]
61+
"coverageReporters": [
62+
"text-summary"
63+
]
6264
}
6365
}

0 commit comments

Comments
 (0)