Skip to content

Commit 4acfe39

Browse files
author
Maël Nison
committed
1.6.0
1 parent 0773134 commit 4acfe39

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "yarn",
33
"installationMethod": "unknown",
4-
"version": "1.6.0-0",
4+
"version": "1.6.0",
55
"license": "BSD-2-Clause",
66
"preferGlobal": true,
77
"description": "📦🐈 Fast, reliable, and secure dependency management.",
@@ -120,9 +120,14 @@
120120
"commit": "git-cz"
121121
},
122122
"jest": {
123-
"collectCoverageFrom": ["src/**/*.js"],
123+
"collectCoverageFrom": [
124+
"src/**/*.js"
125+
],
124126
"testEnvironment": "node",
125-
"modulePathIgnorePatterns": ["__tests__/fixtures/", "packages/pkg-tests/pkg-tests-fixtures"],
127+
"modulePathIgnorePatterns": [
128+
"__tests__/fixtures/",
129+
"packages/pkg-tests/pkg-tests-fixtures"
130+
],
126131
"testPathIgnorePatterns": [
127132
"__tests__/(fixtures|__mocks__)/",
128133
"updates/",

0 commit comments

Comments
 (0)