Skip to content

Commit c6e131c

Browse files
committed
4.2.0
1 parent ede213a commit c6e131c

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-spreadsheet-import",
3-
"version": "4.1.3",
3+
"version": "4.2.0",
44
"description": "React spreadsheet import for xlsx and csv files with column matching and validation",
55
"main": "./dist-commonjs/index.js",
66
"module": "./dist/index.js",
@@ -151,7 +151,9 @@
151151
"moduleNameMapper": {
152152
"~/(.*)": "<rootDir>/src/$1"
153153
},
154-
"modulePathIgnorePatterns": ["<rootDir>/e2e/"],
154+
"modulePathIgnorePatterns": [
155+
"<rootDir>/e2e/"
156+
],
155157
"transformIgnorePatterns": [
156158
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|mjs)$"
157159
],
@@ -171,6 +173,5 @@
171173
"jest-watch-typeahead/testname"
172174
]
173175
},
174-
"readme": "ERROR: No README data found!",
175-
176+
"readme": "ERROR: No README data found!"
176177
}

0 commit comments

Comments
 (0)