Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caiogondim committed Feb 2, 2017
1 parent 63544d2 commit 0a9bd44
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-memoize",
"version": "2.1.1",
"version": "2.2.0",
"description": "Fastest memoization lib that supports N arguments",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -53,8 +53,10 @@
"underscore": "^1.8.3"
},
"jest": {
"testPathDirs": ["test/"],
"testRegex": "test\/.*\\.js$",
"testPathDirs": [
"test/"
],
"testRegex": "test/.*\\.js$",
"collectCoverage": true
},
"eslintConfig": {
Expand Down

0 comments on commit 0a9bd44

Please sign in to comment.