Skip to content

Commit

Permalink
Support nodejs version 12.x at least
Browse files Browse the repository at this point in the history
  • Loading branch information
WhatAKitty committed Oct 25, 2020
1 parent 2dd0d36 commit 5a24a4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
language: node_js
node_js:
- '6.17.1'
- '7.8.0'
- '12.19.0'
- '15.0.1'
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ fetch mock for react-native
No fetch mock could be used easily for react-native.
So, I create one by myself.

## Requirements

Nodejs >= 12.x

## Roadmap
- [x] Combined with Mock.js
- [x] Support exclude for some other path
Expand Down

0 comments on commit 5a24a4d

Please sign in to comment.