Skip to content

Commit 0a9bd44

Browse files
committed
2.2.0
1 parent 63544d2 commit 0a9bd44

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
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-memoize",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "Fastest memoization lib that supports N arguments",
55
"main": "src/index.js",
66
"scripts": {
@@ -53,8 +53,10 @@
5353
"underscore": "^1.8.3"
5454
},
5555
"jest": {
56-
"testPathDirs": ["test/"],
57-
"testRegex": "test\/.*\\.js$",
56+
"testPathDirs": [
57+
"test/"
58+
],
59+
"testRegex": "test/.*\\.js$",
5860
"collectCoverage": true
5961
},
6062
"eslintConfig": {

0 commit comments

Comments
 (0)