Skip to content

Commit

Permalink
Ssrv 75/update dependencies (#13)
Browse files Browse the repository at this point in the history
* update deps

* add .npmrc with new node ver
  • Loading branch information
bruno-kenji authored May 24, 2019
1 parent 967c365 commit 4b70f71
Show file tree
Hide file tree
Showing 5 changed files with 3,004 additions and 3,253 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v10.15.0
5 changes: 3 additions & 2 deletions jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
},
"testRegex": "tests/.*\\.test\\.js$",
"resetModules": true,
"clearMocks": true
}
"clearMocks": true,
"testURL": "http://localhost/"
}
Loading

0 comments on commit 4b70f71

Please sign in to comment.